Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPostalAddressListAdapter.java44 public static final int POSTAL_ID_COLUMN_INDEX = 0; field in LegacyPostalAddressListAdapter
73 long id = cursor.getLong(POSTAL_ID_COLUMN_INDEX); in getContactMethodUri()
90 bindViewId(view, cursor, POSTAL_ID_COLUMN_INDEX); in bindView()