# Print output for @column tags ?> ContactsContract.PhoneLookupColumns - Android SDK | Android Developers

Most visited


Recently visited


ContactsContract.PhoneLookupColumns

protected static interface ContactsContract.PhoneLookupColumns

android.provider.ContactsContract.PhoneLookupColumns


See also:

Summary


Constants

String CONTACT_ID

A reference to the ContactsContract.Contacts#_ID that this data belongs to.

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.

Constants


CONTACT_ID

public static final String CONTACT_ID

A reference to the ContactsContract.Contacts#_ID that this data belongs to.

Type: INTEGER

Constant Value: "contact_id"

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"

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.