protected
static
interface
ContactsContract.PhoneLookupColumns
android.provider.ContactsContract.PhoneLookupColumns |
Known Indirect Subclasses |
See also:
Constants | |
---|---|
String |
CONTACT_ID
A reference to the |
String |
DATA_ID
The ID of the data row. |
String |
LABEL
The user defined label for the phone number. |
String |
NORMALIZED_NUMBER
The phone number's E164 representation. |
String |
NUMBER
The phone number as the user entered it. |
String |
TYPE
The type of phone number, for example Home or Work. |
String CONTACT_ID
A reference to the _ID
that this
data belongs to.
Type: INTEGER
Constant Value: "contact_id"
String DATA_ID
The ID of the data row.
Type: INTEGER
Constant Value: "data_id"
String LABEL
The user defined label for the phone number.
Type: TEXT
Constant Value: "label"
String NORMALIZED_NUMBER
The phone number's E164 representation.
Type: TEXT
Constant Value: "normalized_number"
String NUMBER
The phone number as the user entered it.
Type: TEXT
Constant Value: "number"
String TYPE
The type of phone number, for example Home or Work.
Type: INTEGER
Constant Value: "type"