Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DMobileNetworkUtils.java190 String supportedCountries = in showEuiccSettings() local
195 } else if (!TextUtils.isEmpty(supportedCountries)) { in showEuiccSettings()
197 Arrays.asList(TextUtils.split(supportedCountries.toLowerCase(), ",")); in showEuiccSettings()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java207 String supportedCountries = in showEuiccSettings() local
212 } else if (!TextUtils.isEmpty(supportedCountries)) { in showEuiccSettings()
214 Arrays.asList(TextUtils.split(supportedCountries.toLowerCase(), ",")); in showEuiccSettings()
/packages/services/Telephony/src/com/android/phone/
DMobileNetworkSettings.java214 String supportedCountries = in showEuiccSettings() local
219 } else if (!TextUtils.isEmpty(supportedCountries)) { in showEuiccSettings()
221 Arrays.asList(TextUtils.split(supportedCountries.toLowerCase(), ",")); in showEuiccSettings()