Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java167 && isSupportedCountry(context, mCountryIso); in isSufficientForEmergencyCall()
262 private static boolean isSupportedCountry(@NonNull Context context, String countryIso) { in isSupportedCountry() method in ShortcutViewUtils
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileNetworkUtils.java677 if (em.isSupportedCountry(countryCode)) { in isCurrentCountrySupported()