Searched refs:numberCountryIso (Results 1 – 1 of 1) sorted by relevance
103 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in getValue() local104 ExpirableCache.CachedValue<ContactInfo> cachedInfo = mCache.getCachedValue(numberCountryIso); in getValue()111 mCache.put(numberCountryIso, ContactInfo.EMPTY); in getValue()190 NumberWithCountryIso numberCountryIso = in queryContactInfo() local192 ContactInfo existingInfo = mCache.getPossiblyExpired(numberCountryIso); in queryContactInfo()207 mCache.put(numberCountryIso, info); in queryContactInfo()320 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in injectContactInfoForTest() local321 mCache.put(numberCountryIso, contactInfo); in injectContactInfoForTest()