Searched refs:countriesListString (Results 1 – 1 of 1) sorted by relevance
696 private static boolean isEsimSupportedCountry(String country, String countriesListString) { in isEsimSupportedCountry() argument699 } 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() argument708 if (TextUtils.isEmpty(country) || TextUtils.isEmpty(countriesListString)) { in isEsimUnsupportedCountry()712 Arrays.asList(TextUtils.split(countriesListString.toLowerCase(), ",")); in isEsimUnsupportedCountry()