Searched refs:mSupportedCountries (Results 1 – 1 of 1) sorted by relevance
133 private List<String> mSupportedCountries; field in EuiccController373 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()