Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java100 public static final int CONTACT_LOOKUP_KEY = 6; field in ContactListAdapter.ContactQuery
171 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY); in getContactUri()
211 cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY))) { in isSelectedContact()
266 ContactQuery.CONTACT_LOOKUP_KEY); in bindPhoto()
318 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY); in getSelectedContactPosition()
DJoinContactListAdapter.java204 String lookupKey = cursor.getString(ContactQuery.CONTACT_LOOKUP_KEY); in getContactUri()
DDefaultContactListAdapter.java248 ContactQuery.CONTACT_LOOKUP_KEY, ContactQuery.CONTACT_DISPLAY_NAME); in bindView()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java63 public static final int CONTACT_LOOKUP_KEY = 3; field in GroupMembersAdapter.GroupMembersQuery
88 final String lookupKey = cursor.getString(GroupMembersQuery.CONTACT_LOOKUP_KEY); in getContactUri()
153 GroupMembersQuery.CONTACT_LOOKUP_KEY, GroupMembersQuery.CONTACT_DISPLAY_NAME); in bindView()
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsCursorLoader.java33 public static final int CONTACT_LOOKUP_KEY = 4; field in ContactsCursorLoader
DContactsAdapter.java197 String lookupKey = cursor.getString(ContactsCursorLoader.CONTACT_LOOKUP_KEY); in getContactUri()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java2212 " AS " + StreamItems.CONTACT_LOOKUP_KEY + ", " + in createContactsViews()
DContactsProvider2.java1078 .add(StreamItems.CONTACT_LOOKUP_KEY)
5869 StreamItems.CONTACT_LOOKUP_KEY, lookupKey, in queryLocal()