Home
last modified time | relevance | path

Searched refs:currentCountry (Results 1 – 4 of 4) 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/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DMobileNetworkUtils.java189 String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local
193 if (TextUtils.isEmpty(currentCountry)) { in showEuiccSettings()
198 if (supportedCountryList.contains(currentCountry)) { in showEuiccSettings()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java206 String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local
210 if (TextUtils.isEmpty(currentCountry)) { in showEuiccSettings()
215 if (supportedCountryList.contains(currentCountry)) { in showEuiccSettings()
/packages/services/Telephony/src/com/android/phone/
DMobileNetworkSettings.java213 String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local
217 if (TextUtils.isEmpty(currentCountry)) { in showEuiccSettings()
222 if (supportedCountryList.contains(currentCountry)) { in showEuiccSettings()