Searched refs:supportedCountries (Results 1 – 3 of 3) sorted by relevance
305 final String supportedCountries = in showEuiccSettings() local312 if (TextUtils.isEmpty(supportedCountries)) { in showEuiccSettings()318 Log.d(TAG, "Using whitelist supportedCountries=" + supportedCountries); in showEuiccSettings()319 inEsimSupportedCountries = isEsimSupportedCountry(currentCountry, supportedCountries); in showEuiccSettings()702 final List<String> supportedCountries = in isEsimSupportedCountry() local704 return supportedCountries.contains(country); in isEsimSupportedCountry()
190 String supportedCountries = in showEuiccSettings() local195 } else if (!TextUtils.isEmpty(supportedCountries)) { in showEuiccSettings()197 Arrays.asList(TextUtils.split(supportedCountries.toLowerCase(), ",")); in showEuiccSettings()
851 String[] supportedCountries = mContext.getResources().getStringArray( in isRttCurrentlySupported() local853 if (supportedCountries == null || Arrays.stream(supportedCountries).noneMatch( in isRttCurrentlySupported()