Searched refs:numberCountryIso (Results 1 – 1 of 1) sorted by relevance
109 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in getValue() local110 ExpirableCache.CachedValue<ContactInfo> cachedInfo = cache.getCachedValue(numberCountryIso); in getValue()117 cache.put(numberCountryIso, ContactInfo.EMPTY); in getValue()196 NumberWithCountryIso numberCountryIso = in queryContactInfo() local198 ContactInfo existingInfo = cache.getPossiblyExpired(numberCountryIso); in queryContactInfo()213 cache.put(numberCountryIso, info); in queryContactInfo()326 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in injectContactInfoForTest() local327 cache.put(numberCountryIso, contactInfo); in injectContactInfoForTest()