Home
last modified time | relevance | path

Searched refs:cachedContactInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactInfoCache.java147 public ContactInfo getValue(String number, String countryIso, ContactInfo cachedContactInfo) { in getValue() argument
155 info = cachedContactInfo; in getValue()
158 enqueueRequest(number, countryIso, cachedContactInfo, true); in getValue()
164 enqueueRequest(number, countryIso, cachedContactInfo, false); in getValue()
165 } else if (!callLogInfoMatches(cachedContactInfo, info)) { in getValue()
170 enqueueRequest(number, countryIso, cachedContactInfo, false); in getValue()
175 info = cachedContactInfo; in getValue()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java483 final ContactInfo cachedContactInfo = mContactInfoHelper.getContactInfo(c); in bindCallLogListViewHolder() local
493 info = mContactInfoCache.getValue(number, countryIso, cachedContactInfo); in bindCallLogListViewHolder()