Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java125 String currentCountry = Locale.getDefault().getCountry(); in computeAddress() local
136 currentCountry = checkNull(currentAddress.getCountryCode()); in computeAddress()
155 if (!currentCountry.equals(addr2CountryCode)) { in computeAddress()
166 if (!currentCountry.equals(addr1CountryCode)) { in computeAddress()
195 if (!countryCode.equals(currentCountry)) { in computeAddress()
246 if (!countryCode.equals(currentCountry)) { in computeAddress()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java759 String currentCountry = IwlanHelper.getLastKnownCountryCode(mContext); in inSameCountry() local
760 if (!TextUtils.isEmpty(simCountry) && !TextUtils.isEmpty(currentCountry)) { in inSameCountry()
761 Log.d(TAG, "simCountry = " + simCountry + ", currentCountry = " + currentCountry); in inSameCountry()
762 inSameCountry = simCountry.equalsIgnoreCase(currentCountry); in inSameCountry()