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