Searched refs:isSupportedCountry (Results 1 – 2 of 2) sorted by relevance
167 && isSupportedCountry(context, mCountryIso); in isSufficientForEmergencyCall()262 private static boolean isSupportedCountry(@NonNull Context context, String countryIso) { in isSupportedCountry() method in ShortcutViewUtils
746 boolean isSupported = countrySet.stream().anyMatch(em::isSupportedCountry); in isCurrentCountrySupported()