Since: API Level 5
protected static interface

ContactsContract.PhoneLookupColumns

android.provider.ContactsContract.PhoneLookupColumns
Known Indirect Subclasses

Summary

Constants
StringLABELThe user defined label for the phone number.
StringNUMBERThe phone number as the user entered it.
StringTYPEThe type of phone number, for example Home or Work.

Constants

public static final String LABEL

Since: API Level 5

The user defined label for the phone number.

Type: TEXT

Constant Value: "label"

public static final String NUMBER

Since: API Level 5

The phone number as the user entered it.

Type: TEXT

Constant Value: "number"

public static final String TYPE

Since: API Level 5

The type of phone number, for example Home or Work.

Type: INTEGER

Constant Value: "type"