Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java134 private List<String> mUnsupportedCountries; field in EuiccController
375 mUnsupportedCountries = countriesList; in setSupportedCountries()
398 } else if (!isSupported && mUnsupportedCountries != null) { in getSupportedCountries()
399 return mUnsupportedCountries; in getSupportedCountries()
427 Log.i(TAG, "Using deny list unsupportedCountries=" + mUnsupportedCountries); in isSupportedCountry()
443 if (mUnsupportedCountries == null || TextUtils.isEmpty(countryIso)) { in isEsimUnsupportedCountry()
446 return mUnsupportedCountries.contains(countryIso); in isEsimUnsupportedCountry()