Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java63 private static final class NumberWithCountryIso { class in CallLogAdapter
67 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso() method in CallLogAdapter.NumberWithCountryIso
75 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()