Searched defs:NumberWithCountryIso (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/contactinfo/
H A DNumberWithCountryIso.java28 public final class NumberWithCountryIso { class
32 public NumberWithCountryIso(String number, String countryIso) { method in class:NumberWithCountryIso
40 if (!(o instanceof NumberWithCountryIso)) return false;
41 NumberWithCountryIso other = (NumberWithCountryIso) o;

Completed in 56 milliseconds