Home
last modified time | relevance | path

Searched refs:getLookupKey (Results 1 – 25 of 26) sorted by relevance

12

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGlobalSearchSupportTest.java203 Contacts.getLookupUri(contact.getContactId(), contact.getLookupKey()) in getContactValues()
205 values.put(SearchManager.SUGGEST_COLUMN_SHORTCUT_ID, contact.getLookupKey()); in getContactValues()
221 values.put(SearchManager.SUGGEST_COLUMN_INTENT_DATA_ID, contact.getLookupKey()); in getRefreshValues()
222 values.put(SearchManager.SUGGEST_COLUMN_SHORTCUT_ID, contact.getLookupKey()); in getRefreshValues()
277 Cursor c = refreshQuery(contact.getLookupKey()); in testLookupKeyQsbRefresh()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
DContactLoaderTest.java131 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactIdUri()
159 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithOldStyleUri()
190 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithRawContactIdUri()
214 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactLookupUri()
238 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactLookupAndIdUri()
272 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactLookupWithIncorrectIdUri()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DPhoneNumberPickerFragment.java228 final String lookupKey = getLookupKey(position); in callNumber()
248 protected String getLookupKey(int position) { in getLookupKey() method in PhoneNumberPickerFragment
250 return adapter.getLookupKey(position); in getLookupKey()
DPhoneNumberListAdapter.java368 public String getLookupKey(int position) { in getLookupKey() method in PhoneNumberListAdapter
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantListItemData.java44 mLookupKey = participant.getLookupKey(); in ParticipantListItemData()
81 public String getLookupKey() { in getLookupKey() method in ParticipantListItemData
DContactListItemData.java132 public String getLookupKey() { in getLookupKey() method in ContactListItemData
133 return mRecipientEntry.getLookupKey(); in getLookupKey()
DParticipantData.java191 pd.mLookupKey = recipientEntry.getLookupKey(); in getFromRecipientEntry()
355 public String getLookupKey() { in getLookupKey() method in ParticipantData
DPersonItemData.java42 public abstract String getLookupKey(); in getLookupKey() method in PersonItemData
DVCardContactItemData.java113 public String getLookupKey() { in getLookupKey() method in VCardContactItemData
/packages/apps/Contacts/src/com/android/contacts/util/
DImageViewDrawableSetter.java152 if (TextUtils.isEmpty(mContact.getLookupKey())) { in defaultDrawable()
156 request = new DefaultImageRequest(mContact.getDisplayName(), mContact.getLookupKey(), in defaultDrawable()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListItemView.java130 mData.getLookupKey(), destinationString); in updateViewAppearance()
140 mData.getLookupKey(), destinationString); in updateViewAppearance()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DVCardResourceEntry.java150 public String getLookupKey() { in getDisplayItem() method in VCardResourceEntry
378 public String getLookupKey() {
/packages/apps/Dialer/InCallUI/src/com/android/incallui/service/
DPhoneNumberService.java63 public String getLookupKey(); in getLookupKey() method
/packages/apps/Contacts/src/com/android/contacts/list/
DLegacyPhoneNumberPickerFragment.java45 protected String getLookupKey(int position) { in getLookupKey() method in LegacyPhoneNumberPickerFragment
/packages/apps/Messaging/src/com/android/messaging/ui/
DBlockedParticipantListItemView.java61 data.getLookupKey(), data.getNormalizedDestination()); in bind()
DPersonItemView.java209 mBinding.getData().getContactId(), mBinding.getData().getLookupKey(), in updateViewAppearance()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java860 public String getLookupKey() { in getLookupKey() method in GroupEditorFragment.Member
959 member.getLookupKey(), true /* isCircular */); in getView()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentAdapter.java108 public String getLookupKey() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java239 public String getLookupKey() { in getLookupKey() method in Contact
/packages/apps/Messaging/src/com/android/messaging/util/
DAvatarUriUtil.java154 final String contactLookupKey = participant.getLookupKey(); in createAvatarUri()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DContactInfoCache.java318 info.getLookupKey(), this); in onPhoneNumberInfoComplete()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java608 values.put(ParticipantColumns.LOOKUP_KEY, participantData.getLookupKey()); in updateParticipant()
DBugleDatabaseOperations.java451 lookupKey = firstParticipant.getLookupKey(); in fillParticipantData()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java501 suggestionForName, mContactData.getLookupKey(), ContactPhotoManager.TYPE_DEFAULT, in onAggregationSuggestionChange()
2688 final String lookupKey = mContactData.getLookupKey(); in shareContact()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java750 && TextUtils.isEmpty(participant.getLookupKey())); in onCreateOptionsMenu()

12