Home
last modified time | relevance | path

Searched refs:getLookupKey (Results 1 – 25 of 32) 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/Dialer/java/com/android/dialer/shortcuts/
DDialerShortcut.java51 abstract String getLookupKey(); in getLookupKey() method in DialerShortcut
95 return getLookupKey(); in getShortcutId()
137 return Contacts.getLookupUri(getContactId(), getLookupKey()); in getLookupUri()
DIconFactory.java66 return create(shortcut.getLookupUri(), shortcut.getDisplayName(), shortcut.getLookupKey()); in create()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java125 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactIdUri()
153 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithOldStyleUri()
184 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithRawContactIdUri()
208 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactLookupUri()
232 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactLookupAndIdUri()
266 assertEquals(LOOKUP_KEY, contact.getLookupKey()); in testLoadContactWithContactLookupWithIncorrectIdUri()
/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()
DPersonItemData.java42 public abstract String getLookupKey(); in getLookupKey() method in PersonItemData
DParticipantData.java191 pd.mLookupKey = recipientEntry.getLookupKey(); in getFromRecipientEntry()
355 public String getLookupKey() { in getLookupKey() method in ParticipantData
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/Contacts/src/com/android/contacts/list/
DPhoneNumberPickerFragment.java185 protected String getLookupKey(int position) { in getLookupKey() method in PhoneNumberPickerFragment
187 return adapter.getLookupKey(position); in getLookupKey()
DLegacyPhoneNumberPickerFragment.java41 protected String getLookupKey(int position) { in getLookupKey() method in LegacyPhoneNumberPickerFragment
/packages/apps/Contacts/src/com/android/contacts/model/
DSimContact.java122 .add(ContactsContract.Contacts.LOOKUP_KEY, getLookupKey()); in appendAsContactRow()
142 private String getLookupKey() { in getLookupKey() method in SimContact
/packages/apps/Dialer/java/com/android/incallui/callpending/
DCallPendingActivity.java197 .setContactInfoLookupKey(getLookupKey()) in createPrimaryInfo()
355 private String getLookupKey() {
/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/java/com/android/incallui/bindings/
DPhoneNumberService.java56 String getLookupKey(); in getLookupKey() method
/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/Car/Dialer/src/com/android/car/dialer/livedata/
DFavoriteContactLiveData.java70 String lookupKey = contact.getLookupKey(); in convertToEntity()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentAdapter.java108 public String getLookupKey() {
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DInMemoryPhoneBook.java141 String lookupKey = contact.getLookupKey(); in onCursorLoaded()
DContact.java215 public String getLookupKey() { in getLookupKey() method in Contact
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java220 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()

12