Searched refs:cachedContactInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogAdapter.java | 686 final ContactInfo cachedContactInfo = getContactInfoFromCallLog(c); in bindView() local 732 info = cachedContactInfo; in bindView() 735 enqueueRequest(number, countryIso, cachedContactInfo, true); in bindView() 741 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView() 742 } else if (!callLogInfoMatches(cachedContactInfo, info)) { in bindView() 747 enqueueRequest(number, countryIso, cachedContactInfo, false); in bindView() 752 info = cachedContactInfo; in bindView()
|