Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DConstraints.java39 private final CountryCodeProvider countryCodeProvider; field in Constraints
47 public Constraints(@NonNull Context context, @NonNull CountryCodeProvider countryCodeProvider) { in Constraints() argument
53 if (countryCodeProvider == null) { in Constraints()
57 this.countryCodeProvider = countryCodeProvider; in Constraints()
135 countryCodeProvider.isSupportedCountryCode(userHomeCountryCode) in areSupportedCountryCodes()
136 && countryCodeProvider.isSupportedCountryCode(userRoamingCountryCode); in areSupportedCountryCodes()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/ui/
DAssistedDialingSettingFragment.java41 private CountryCodeProvider countryCodeProvider; field in AssistedDialingSettingFragment
68 countryCodeProvider = in onCreate()
132 if (countryCodeProvider.isSupportedCountryCode(tuple.countryCode().toString())) { in updateCountryChoices()