Searched refs:NumberWithCountryIso (Results 1 – 1 of 1) sorted by relevance
63 private static final class NumberWithCountryIso { class in CallLogAdapter67 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso() method in CallLogAdapter.NumberWithCountryIso75 if (!(o instanceof NumberWithCountryIso)) return false; in equals()76 NumberWithCountryIso other = (NumberWithCountryIso) o; in equals()107 private ExpirableCache<NumberWithCountryIso, ContactInfo> mContactInfoCache;369 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in queryContactInfo()551 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in bindView()756 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in injectContactInfoForTest()777 NumberWithCountryIso numberCountryIso = new NumberWithCountryIso(number, countryIso); in getBetterNumberFromContacts()