Home
last modified time | relevance | path

Searched refs:currentCountry (Results 1 – 3 of 3) 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.java304 final String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local
315 inEsimSupportedCountries = !isEsimUnsupportedCountry(currentCountry, in showEuiccSettings()
319 inEsimSupportedCountries = isEsimSupportedCountry(currentCountry, supportedCountries); in showEuiccSettings()