Home
last modified time | relevance | path

Searched refs:supportedCountries (Results 1 – 2 of 2) 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/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java851 String[] supportedCountries = mContext.getResources().getStringArray( in isRttCurrentlySupported() local
853 if (supportedCountries == null || Arrays.stream(supportedCountries).noneMatch( in isRttCurrentlySupported()