protected static interface ContactsContract.PhoneLookupColumns
ContactsContract.PhoneLookup
Modifier and Type | Field and Description |
---|---|
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 NUMBER
Type: TEXT
static final String TYPE
Type: INTEGER
static final String LABEL
Type: TEXT
static final String NORMALIZED_NUMBER
Type: TEXT