Stay organized with collections
Save and categorize content based on your preferences.
protected
static
interface
ContactsContract.PhoneLookupColumns
android.provider.ContactsContract.PhoneLookupColumns
|
Known indirect subclasses
|
Summary
Constants
DATA_ID
public static final String DATA_ID
The ID of the data row.
Type: INTEGER
Constant Value:
"data_id"
LABEL
public static final String LABEL
The user defined label for the phone number.
Type: TEXT
Constant Value:
"label"
NORMALIZED_NUMBER
public static final String NORMALIZED_NUMBER
The phone number's E164 representation.
Type: TEXT
Constant Value:
"normalized_number"
NUMBER
public static final String NUMBER
The phone number as the user entered it.
Type: TEXT
Constant Value:
"number"
TYPE
public static final String TYPE
The type of phone number, for example Home or Work.
Type: INTEGER
Constant Value:
"type"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ContactsContract.PhoneLookupColumns\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: [Constants](#constants) \n\nContactsContract.PhoneLookupColumns\n===================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/provider/ContactsContract.PhoneLookupColumns \"View this page in Kotlin\") \\|Java\n\n\n`\nprotected\nstatic\n\n\ninterface\nContactsContract.PhoneLookupColumns\n`\n\n\n`\n\n\n`\n\n|------------------------------------------------------|\n| android.provider.ContactsContract.PhoneLookupColumns |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [ContactsContract.PhoneLookup](/reference/android/provider/ContactsContract.PhoneLookup) |------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| | [ContactsContract.PhoneLookup](/reference/android/provider/ContactsContract.PhoneLookup) | A table that represents the result of looking up a phone number, for example for caller ID. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n**See also:**\n\n- [ContactsContract.PhoneLookup](/reference/android/provider/ContactsContract.PhoneLookup)\n\nSummary\n-------\n\n| ### Constants ||\n|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [String](/reference/java/lang/String) | [CONTACT_ID](/reference/android/provider/ContactsContract.PhoneLookupColumns#CONTACT_ID) A reference to the [ContactsContract.Contacts._ID](/reference/android/provider/BaseColumns#_ID) that this data belongs to. |\n| [String](/reference/java/lang/String) | [DATA_ID](/reference/android/provider/ContactsContract.PhoneLookupColumns#DATA_ID) The ID of the data row. |\n| [String](/reference/java/lang/String) | [LABEL](/reference/android/provider/ContactsContract.PhoneLookupColumns#LABEL) The user defined label for the phone number. |\n| [String](/reference/java/lang/String) | [NORMALIZED_NUMBER](/reference/android/provider/ContactsContract.PhoneLookupColumns#NORMALIZED_NUMBER) The phone number's E164 representation. |\n| [String](/reference/java/lang/String) | [NUMBER](/reference/android/provider/ContactsContract.PhoneLookupColumns#NUMBER) The phone number as the user entered it. |\n| [String](/reference/java/lang/String) | [TYPE](/reference/android/provider/ContactsContract.PhoneLookupColumns#TYPE) The type of phone number, for example Home or Work. |\n\nConstants\n---------\n\n### CONTACT_ID\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String CONTACT_ID\n```\n\nA reference to the [ContactsContract.Contacts._ID](/reference/android/provider/BaseColumns#_ID) that this\ndata belongs to.\n\nType: INTEGER\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"contact_id\"\n\n\n### DATA_ID\n\nAdded in [API level 24](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String DATA_ID\n```\n\nThe ID of the data row.\n\nType: INTEGER\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"data_id\"\n\n\n### LABEL\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String LABEL\n```\n\nThe user defined label for the phone number.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"label\"\n\n\n### NORMALIZED_NUMBER\n\nAdded in [API level 16](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String NORMALIZED_NUMBER\n```\n\nThe phone number's E164 representation.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"normalized_number\"\n\n\n### NUMBER\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String NUMBER\n```\n\nThe phone number as the user entered it.\n\nType: TEXT\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"number\"\n\n\n### TYPE\n\nAdded in [API level 5](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic static final String TYPE\n```\n\nThe type of phone number, for example Home or Work.\n\nType: INTEGER\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nConstant Value:\n\n\"type\""]]