Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java133 private List<String> mSupportedCountries; field in EuiccController
373 mSupportedCountries = countriesList; in setSupportedCountries()
396 if (isSupported && mSupportedCountries != null) { in getSupportedCountries()
397 return mSupportedCountries; in getSupportedCountries()
426 if (mSupportedCountries == null || mSupportedCountries.isEmpty()) { in isSupportedCountry()
430 Log.i(TAG, "Using allow list supportedCountries=" + mSupportedCountries); in isSupportedCountry()
436 if (mSupportedCountries == null || TextUtils.isEmpty(countryIso)) { in isEsimSupportedCountry()
439 return mSupportedCountries.contains(countryIso); in isEsimSupportedCountry()