Home
last modified time | relevance | path

Searched refs:NumberWithCountryIso (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java117 private static final class NumberWithCountryIso { class in CallLogAdapter
121 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso() method in CallLogAdapter.NumberWithCountryIso
129 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()