Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
protected static interface

ContactsContract.PhoneLookupColumns

android.provider.ContactsContract.PhoneLookupColumns
Known Indirect Subclasses

Summary

Constants
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

public static final String LABEL

Added in API level 5

The user defined label for the phone number.

Type: TEXT

Constant Value: "label"

public static final String NORMALIZED_NUMBER

The phone number's E164 representation.

Type: TEXT

Constant Value: "normalized_number"

public static final String NUMBER

Added in API level 5

The phone number as the user entered it.

Type: TEXT

Constant Value: "number"

public static final String TYPE

Added in API level 5

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

Type: INTEGER

Constant Value: "type"