Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java696 private static boolean isEsimSupportedCountry(String country, String countriesListString) { in isEsimSupportedCountry() argument
699 } else if (TextUtils.isEmpty(countriesListString)) { in isEsimSupportedCountry()
703 Arrays.asList(TextUtils.split(countriesListString.toLowerCase(), ",")); in isEsimSupportedCountry()
707 private static boolean isEsimUnsupportedCountry(String country, String countriesListString) { in isEsimUnsupportedCountry() argument
708 if (TextUtils.isEmpty(country) || TextUtils.isEmpty(countriesListString)) { in isEsimUnsupportedCountry()
712 Arrays.asList(TextUtils.split(countriesListString.toLowerCase(), ",")); in isEsimUnsupportedCountry()