Searched refs:CONTACT_LOOKUP_KEY (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMemberLoader.java50 public static final int CONTACT_LOOKUP_KEY = 4; field in class:GroupMemberLoader.GroupEditorQuery
65 public static final int CONTACT_LOOKUP_KEY = 2; field in class:GroupMemberLoader.GroupDetailQuery
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java93 public static final int CONTACT_LOOKUP_KEY = 6; field in class:ContactListAdapter.ContactQuery
154 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY);
177 cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY))) {
279 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY);
H A DDefaultContactListAdapter.java199 ContactQuery.CONTACT_LOOKUP_KEY);
H A DJoinContactListAdapter.java202 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY);
H A DContactTileAdapter.java161 mLookupIndex = GroupDetailQuery.CONTACT_LOOKUP_KEY;
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java780 String lookupKey = data.getString(GroupEditorQuery.CONTACT_LOOKUP_KEY);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java984 .add(StreamItems.CONTACT_LOOKUP_KEY)
5057 StreamItems.CONTACT_LOOKUP_KEY, lookupKey,
H A DContactsDatabaseHelper.java1800 " AS " + StreamItems.CONTACT_LOOKUP_KEY + ", " +

Completed in 166 milliseconds