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.java109 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in getValue() local
110 ExpirableCache.CachedValue<ContactInfo> cachedInfo = cache.getCachedValue(numberCountryIso); in getValue()
117 cache.put(numberCountryIso, ContactInfo.EMPTY); in getValue()
196 NumberWithCountryIso numberCountryIso = in queryContactInfo() local
198 ContactInfo existingInfo = cache.getPossiblyExpired(numberCountryIso); in queryContactInfo()
213 cache.put(numberCountryIso, info); in queryContactInfo()
326 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in injectContactInfoForTest() local
327 cache.put(numberCountryIso, contactInfo); in injectContactInfoForTest()