protected static interface ContactsContract.PhoneLookupColumns
ContactsContract.PhoneLookup
Modifier and Type | Field and Description |
---|---|
static String |
CONTACT_ID
A reference to the
BaseColumns._ID that this
data belongs to. |
static String |
DATA_ID
The ID of the data row.
|
static String |
LABEL
The user defined label for the phone number.
|
static String |
NORMALIZED_NUMBER
The phone number's E164 representation.
|
static String |
NUMBER
The phone number as the user entered it.
|
static String |
TYPE
The type of phone number, for example Home or Work.
|
static final String DATA_ID
Type: INTEGER
static final String CONTACT_ID
BaseColumns._ID
that this
data belongs to.
Type: INTEGER
static final String NUMBER
Type: TEXT
static final String TYPE
Type: INTEGER
static final String LABEL
Type: TEXT
static final String NORMALIZED_NUMBER
Type: TEXT