Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DConstraints.java135 countryCodeProvider.isSupportedCountryCode(userHomeCountryCode) in areSupportedCountryCodes()
136 && countryCodeProvider.isSupportedCountryCode(userRoamingCountryCode); in areSupportedCountryCodes()
DCountryCodeProvider.java61 public boolean isSupportedCountryCode(String countryCode) { in isSupportedCountryCode() method in CountryCodeProvider
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
DAssistedDialingSettingFragment.java132 if (countryCodeProvider.isSupportedCountryCode(tuple.countryCode().toString())) { in updateCountryChoices()