Stay organized with collections
Save and categorize content based on your preferences.
PhoneLookupColumns
protected interface PhoneLookupColumns
Summary
Constants |
static String |
A reference to the ContactsContract.Contacts._ID that this data belongs to.
|
static String |
The ID of the data row.
|
static String |
The user defined label for the phone number.
|
static String |
The phone number's E164 representation.
|
static String |
The phone number as the user entered it.
|
static String |
The type of phone number, for example Home or Work.
|
Constants
DATA_ID
static val DATA_ID: String
The ID of the data row.
Type: INTEGER
Value: "data_id"
LABEL
static val LABEL: String
The user defined label for the phone number.
Type: TEXT
Value: "label"
NORMALIZED_NUMBER
static val NORMALIZED_NUMBER: String
The phone number's E164 representation.
Type: TEXT
Value: "normalized_number"
NUMBER
static val NUMBER: String
The phone number as the user entered it.
Type: TEXT
Value: "number"
TYPE
static val TYPE: String
The type of phone number, for example Home or Work.
Type: INTEGER
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](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nPhoneLookupColumns\n==================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/ContactsContract.PhoneLookupColumns \"View this page in Java\") \n\n```\nprotected interface PhoneLookupColumns\n```\n\n|-----------------------------------------------------------|\n| [android.provider.ContactsContract.PhoneLookupColumns](#) |\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [ContactsContract.PhoneLookup](/reference/kotlin/android/provider/ContactsContract.PhoneLookup) |-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------| | [ContactsContract.PhoneLookup](/reference/kotlin/android/provider/ContactsContract.PhoneLookup) | A table that represents the result of looking up a phone number, for example for caller ID. | |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CONTACT_ID](#CONTACT_ID:kotlin.String) A reference to the [ContactsContract.Contacts._ID](/reference/kotlin/android/provider/BaseColumns#_ID:kotlin.String) that this data belongs to. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [DATA_ID](#DATA_ID:kotlin.String) The ID of the data row. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [LABEL](#LABEL:kotlin.String) The user defined label for the phone number. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [NORMALIZED_NUMBER](#NORMALIZED_NUMBER:kotlin.String) The phone number's E164 representation. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [NUMBER](#NUMBER:kotlin.String) The phone number as the user entered it. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [TYPE](#TYPE:kotlin.String) The type of phone number, for example Home or Work. |\n\nConstants\n---------\n\n### CONTACT_ID\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CONTACT_ID: String\n```\n\nA reference to the [ContactsContract.Contacts._ID](/reference/kotlin/android/provider/BaseColumns#_ID:kotlin.String) that this data belongs to.\n\nType: INTEGER \n\n Value: \"contact_id\"\n\n### DATA_ID\n\nAdded in [API level 24](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val DATA_ID: String\n```\n\nThe ID of the data row.\n\nType: INTEGER \n\n Value: \"data_id\"\n\n### LABEL\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val LABEL: String\n```\n\nThe user defined label for the phone number.\n\nType: TEXT \n\n Value: \"label\"\n\n### NORMALIZED_NUMBER\n\nAdded in [API level 16](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NORMALIZED_NUMBER: String\n```\n\nThe phone number's E164 representation.\n\nType: TEXT \n\n Value: \"normalized_number\"\n\n### NUMBER\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NUMBER: String\n```\n\nThe phone number as the user entered it.\n\nType: TEXT \n\n Value: \"number\"\n\n### TYPE\n\nAdded in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val TYPE: String\n```\n\nThe type of phone number, for example Home or Work.\n\nType: INTEGER \n\n Value: \"type\""]]