Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccController.aidl53 boolean isSupportedCountry(String countryIso); in isSupportedCountry() method
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DShortcutViewUtils.java167 && isSupportedCountry(context, mCountryIso); in isSufficientForEmergencyCall()
262 private static boolean isSupportedCountry(@NonNull Context context, String countryIso) { in isSupportedCountry() method in ShortcutViewUtils
/aosp12/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java1374 public boolean isSupportedCountry(@NonNull String countryIso) { in isSupportedCountry() method in EuiccManager
1379 return getIEuiccController().isSupportedCountry(countryIso.toUpperCase()); in isSupportedCountry()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DMobileNetworkUtils.java712 if (em.isSupportedCountry(countryCode)) { in isCurrentCountrySupported()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccController.java340 public boolean isSupportedCountry(@NonNull String countryIso) { in isSupportedCountry() method in EuiccController
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt12628 …d.Manifest.permission.WRITE_EMBEDDED_SUBSCRIPTIONS) public boolean isSupportedCountry(@NonNull Str…