Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java103 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in getValue() local
104 ExpirableCache.CachedValue<ContactInfo> cachedInfo = mCache.getCachedValue(numberCountryIso); in getValue()
111 mCache.put(numberCountryIso, ContactInfo.EMPTY); in getValue()
190 NumberWithCountryIso numberCountryIso = in queryContactInfo() local
192 ContactInfo existingInfo = mCache.getPossiblyExpired(numberCountryIso); in queryContactInfo()
207 mCache.put(numberCountryIso, info); in queryContactInfo()
320 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in injectContactInfoForTest() local
321 mCache.put(numberCountryIso, contactInfo); in injectContactInfoForTest()