Home
last modified time | relevance | path

Searched refs:POSTAL_DISPLAY_NAME (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DPostalAddressListAdapter.java67 public static final int POSTAL_DISPLAY_NAME = 6; field in PostalAddressListAdapter.PostalQuery
102 return ((Cursor) getItem(position)).getString(PostalQuery.POSTAL_DISPLAY_NAME); in getContactDisplayName()
159 view.showDisplayName(cursor, PostalQuery.POSTAL_DISPLAY_NAME, getContactNameDisplayOrder()); in bindName()
170 request = getDefaultImageRequestFromCursor(cursor, PostalQuery.POSTAL_DISPLAY_NAME, in bindPhoto()