Searched refs:currentCountry (Results 1 – 4 of 4) 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()
206 String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local210 if (TextUtils.isEmpty(currentCountry)) { in showEuiccSettings()215 if (supportedCountryList.contains(currentCountry)) { in showEuiccSettings()
213 String currentCountry = tm.getNetworkCountryIso().toLowerCase(); in showEuiccSettings() local217 if (TextUtils.isEmpty(currentCountry)) { in showEuiccSettings()222 if (supportedCountryList.contains(currentCountry)) { in showEuiccSettings()