HomeSort by relevance Sort by last modified time
    Searched refs:currentCountry (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 125 String currentCountry = Locale.getDefault().getCountry();
136 currentCountry = checkNull(currentAddress.getCountryCode());
155 if (!currentCountry.equals(addr2CountryCode)) {
166 if (!currentCountry.equals(addr1CountryCode)) {
195 if (!countryCode.equals(currentCountry)) {
246 if (!countryCode.equals(currentCountry)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 327 String currentCountry = parser.getAttributeValue(null, ATTR_COUNTRY);
328 if (VDBG) Rlog.d(TAG, "Found country " + currentCountry);
329 if (country.equals(currentCountry)) {

Completed in 120 milliseconds