Searched refs:getCountryIso (Results 1 – 10 of 10) sorted by relevance
110 public final String getCountryIso() { in getCountryIso() method in Country169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource(); in equals()195 return country != null && mCountryIso.equals(country.getCountryIso()); in equalsIgnoreSource()
296 country1.getCountryIso().equalsIgnoreCase(country2.getCountryIso()) &&
161 mCountryCode = country.getCountryIso(); in onCountryDetected()
281 public String getCountryIso() { in getCountryIso() method in SubscriptionInfo
2022 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()
321 + ", countryISO: " + detectedCountry.getCountryIso() + ")") in runAfterDetection()
627 countryIso = country.getCountryIso(); in getCurrentCountryIso()
595 countryIso = country.getCountryIso(); in getCurrentCountryIso()
30816 method public java.lang.String getCountryIso();
28621 method public java.lang.String getCountryIso();