Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactTileAdapter.java65 protected int mLookupIndex; field in ContactTileAdapter
146 mLookupIndex = ContactTileLoaderFactory.LOOKUP_KEY; in bindColumnIndices()
242 String lookupKey = cursor.getString(mLookupIndex); in createContactEntryFromCursor()
/packages/apps/Dialer/src/com/android/dialer/list/
DPhoneFavoritesTileAdapter.java94 protected int mLookupIndex; field in PhoneFavoritesTileAdapter
190 mLookupIndex = ContactTileLoaderFactory.LOOKUP_KEY; in bindColumnIndices()
280 final String lookupKey = cursor.getString(mLookupIndex); in saveCursorToCache()
/packages/apps/Contacts/src/com/android/contacts/list/
DGroupMemberTileAdapter.java42 mLookupIndex = GroupMemberLoader.GroupDetailQuery.CONTACT_LOOKUP_KEY; in bindColumnIndices()