Searched refs:setLookupKey (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/service/
H A DCachedNumberLookupService.java21 public void setLookupKey(String lookupKey); method in interface:CachedNumberLookupService.CachedContactInfo
/packages/apps/Dialer/src/com/android/dialer/list/
H A DRegularSearchListAdapter.java55 cacheInfo.setLookupKey(item.getString(PhoneQuery.LOOKUP_KEY));
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DParticipantRefresh.java473 participantData.setLookupKey(selfCursor.getString(
525 participantData.setLookupKey(null);
582 participantData.setLookupKey(matchingLookupKey);
/packages/apps/InCallUI/src/com/android/incallui/
H A DContactInfoCache.java130 cacheInfo.setLookupKey(jsonString);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java416 public void setLookupKey(final String lookupKey) { method in class:ParticipantData

Completed in 72 milliseconds