Build m5-rc15

android.telephony
Class CallerInfo

java.lang.Object
  extended by android.telephony.CallerInfo

public class CallerInfo
extends Object


Field Summary
 String name
           
 boolean needUpdate
           
 long person_id
           
 String phoneLabel
           
 String phoneNumber
           
 int photoResource
           
 String photoUri
           
static String PRIVATE_NUMBER
           
static String UNKNOWN_NUMBER
           
 
Constructor Summary
CallerInfo()
           
 
Method Summary
static String getCallerId(Context context, String number)
           
static CallerInfo getCallerInfo(Context context, String number)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_NUMBER

public static final String UNKNOWN_NUMBER
See Also:
Constant Field Values

PRIVATE_NUMBER

public static final String PRIVATE_NUMBER
See Also:
Constant Field Values

name

public String name

phoneNumber

public String phoneNumber

phoneLabel

public String phoneLabel

photoUri

public String photoUri

photoResource

public int photoResource

person_id

public long person_id

needUpdate

public boolean needUpdate
Constructor Detail

CallerInfo

public CallerInfo()
Method Detail

getCallerInfo

public static CallerInfo getCallerInfo(Context context,
                                       String number)

getCallerId

public static String getCallerId(Context context,
                                 String number)

Build m5-rc15

Please submit a feedback, bug or feature