Searched refs:callLogContactInfo (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 107 ContactInfo callLogContactInfo, in getValue() argument 119 info = callLogContactInfo; in getValue() 122 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ true, requestType); in getValue() 128 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue() 129 } else if (!callLogInfoMatches(callLogContactInfo, info)) { in getValue() 134 enqueueRequest(number, countryIso, callLogContactInfo, /* immediate */ false, requestType); in getValue() 139 info = callLogContactInfo; in getValue()
|