Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/language/
DLocalePreferenceProviderTest.java100 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_noSubSections()
102 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_noSubSections()
104 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_noSubSections()
117 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_withSubSections()
119 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_withSubSections()
123 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_withSubSections()
125 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_withSubSections()
127 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_withSubSections()
129 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testPopulateBasePreference_withSubSections()
150 mLocaleAdapterExpectedValues.add(new Pair(LocalePreferenceProvider.TYPE_LOCALE, in testClickListenerTriggered()
[all …]
DLanguageBasePreferenceControllerTest.java120 LocalePreferenceProvider.TYPE_LOCALE); in testRefreshUi_groupConstructed()
/packages/apps/Car/Settings/src/com/android/car/settings/language/
DLocalePreferenceProvider.java64 static final int TYPE_LOCALE = 2; field in LocalePreferenceProvider
127 case TYPE_LOCALE: in getPreference()