Searched defs:DISPLAY_NAME_ALTERNATIVE (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactTileLoaderFactory.java51 public final static int DISPLAY_NAME_ALTERNATIVE = 11; field in class:ContactTileLoaderFactory
82 Contacts.DISPLAY_NAME_ALTERNATIVE, // .....................11
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPickRawContactLoader.java38 RawContacts.DISPLAY_NAME_ALTERNATIVE
48 private static final int DISPLAY_NAME_ALTERNATIVE = 5; field in class:PickRawContactLoader
116 rawContact.displayNameAlt = rawContactCursor.getString(DISPLAY_NAME_ALTERNATIVE);

Completed in 479 milliseconds