Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DUserDictionaryListControllerTest.java91 doReturn(locales).when(mController).getUserDictLocalesSet(mContext); in createUserDictSettings_emptyLocaleSetWithNewScreen_shouldAddOnePreference()
104 doReturn(locales).when(mController).getUserDictLocalesSet(mContext); in createUserDictSettings_emptyLocaleSetWithOldScreen_shouldNotAddNewPreference()
122 doReturn(locales).when(mController).getUserDictLocalesSet(mContext); in createUserDictSettings_threeLocales_shouldAddFourPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DUserDictionaryListPreferenceController.java135 TreeSet<String> getUserDictLocalesSet(Context context) { in getUserDictLocalesSet() method in UserDictionaryListPreferenceController
143 final TreeSet<String> localeSet = getUserDictLocalesSet(mContext); in createUserDictSettings()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryListPreferenceController.java135 TreeSet<String> getUserDictLocalesSet(Context context) { in getUserDictLocalesSet() method in UserDictionaryListPreferenceController
143 final TreeSet<String> localeSet = getUserDictLocalesSet(mContext); in createUserDictSettings()