Searched refs:NumberWithCountryIso (Results 1 – 1 of 1) sorted by relevance
117 private static final class NumberWithCountryIso { class in CallLogAdapter121 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso() method in CallLogAdapter.NumberWithCountryIso129 if (!(o instanceof NumberWithCountryIso)) return false; in equals()130 NumberWithCountryIso other = (NumberWithCountryIso) o; in equals()166 private ExpirableCache<NumberWithCountryIso, ContactInfo> mContactInfoCache;504 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in queryContactInfo()720 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in bindView()1304 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in injectContactInfoForTest()1346 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in getBetterNumberFromContacts()