Home
last modified time | relevance | path

Searched refs:setLookupKey (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/service/
DCachedNumberLookupService.java25 public void setLookupKey(String lookupKey); in setLookupKey() method
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java473 participantData.setLookupKey(selfCursor.getString( in refreshFromSelfProfile()
525 participantData.setLookupKey(null); in refreshFromContacts()
582 participantData.setLookupKey(matchingLookupKey); in refreshFromContacts()
/packages/apps/Dialer/src/com/android/dialer/list/
DRegularSearchListAdapter.java73 cacheInfo.setLookupKey(item.getString(PhoneQuery.LOOKUP_KEY)); in getContactInfo()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallerInfoUtils.java116 cacheInfo.setLookupKey(ci.lookupKeyOrNull); in buildCachedContactInfo()
DContactInfoCache.java141 cacheInfo.setLookupKey(jsonString); in maybeInsertCnapInformationIntoCache()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java416 public void setLookupKey(final String lookupKey) { in setLookupKey() method in ParticipantData