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

/frameworks/base/location/java/android/location/
H A DCountry.java110 public final String getCountryIso() { method in class:Country
169 return mCountryIso.equals(c.getCountryIso()) && mSource == c.getSource();
195 return country != null && mCountryIso.equals(country.getCountryIso());

Completed in 78 milliseconds