HomeSort by relevance Sort by last modified time
    Searched refs:mLookupIndex (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberTileAdapter.java 42 mLookupIndex = GroupMemberLoader.GroupDetailQuery.CONTACT_LOOKUP_KEY;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 64 protected int mLookupIndex;
145 mLookupIndex = ContactTileLoaderFactory.LOOKUP_KEY;
241 String lookupKey = cursor.getString(mLookupIndex);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 93 protected int mLookupIndex;
175 mLookupIndex = ContactTileLoaderFactory.LOOKUP_KEY;
262 final String lookupKey = cursor.getString(mLookupIndex);

Completed in 45 milliseconds