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

Most visited


Recently visited


ContactsContract.DisplayNameSources

public static interface ContactsContract.DisplayNameSources

android.provider.ContactsContract.DisplayNameSources


Types of data used to produce the display name for a contact. In the order of increasing priority: EMAIL, PHONE, ORGANIZATION, NICKNAME, STRUCTURED_PHONETIC_NAME, STRUCTURED_NAME.

Summary


Constants

int EMAIL

int NICKNAME

int ORGANIZATION

int PHONE

int STRUCTURED_NAME

int STRUCTURED_PHONETIC_NAME

Display name comes from a structured name that only has phonetic components.

int UNDEFINED

Constants


EMAIL

public static final int EMAIL

Constant Value: 10 (0x0000000a)

NICKNAME

public static final int NICKNAME

Constant Value: 35 (0x00000023)

ORGANIZATION

public static final int ORGANIZATION

Constant Value: 30 (0x0000001e)

PHONE

public static final int PHONE

Constant Value: 20 (0x00000014)

STRUCTURED_NAME

public static final int STRUCTURED_NAME

Constant Value: 40 (0x00000028)

STRUCTURED_PHONETIC_NAME

public static final int STRUCTURED_PHONETIC_NAME

Display name comes from a structured name that only has phonetic components.

Constant Value: 37 (0x00000025)

UNDEFINED

public static final int UNDEFINED

Constant Value: 0 (0x00000000)

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.