Searched refs:currentCountry (Results 1 – 3 of 3) sorted by relevance
125 String currentCountry = Locale.getDefault().getCountry(); in computeAddress() local136 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()
189 String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local193 if (TextUtils.isEmpty(currentCountry)) { in showEuiccSettings()198 if (supportedCountryList.contains(currentCountry)) { in showEuiccSettings()
304 final String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local315 inEsimSupportedCountries = !isEsimUnsupportedCountry(currentCountry, in showEuiccSettings()319 inEsimSupportedCountries = isEsimSupportedCountry(currentCountry, supportedCountries); in showEuiccSettings()