Home
last modified time | relevance | path

Searched refs:setInputMethodList (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java148 setInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()
165 setInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
184 setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
203 setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
223 setInputMethodList(infos); in refreshUi_disallowedByOrganization_noPreferencesShown()
235 setInputMethodList(infos); in refreshUi_skipVoiceTyping()
250 setInputMethodList(infos); in refreshUi_verifyPreferenceIcon()
268 setInputMethodList(infos); in refreshUi_verifyPreferenceTitle()
286 setInputMethodList(infos); in refreshUi_verifyPreferenceSummary()
301 setInputMethodList(infos); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputMethodManagerWithMethodList.java62 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() method in ShadowInputMethodManagerWithMethodList
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
DLanguageAndInputPreferenceControllerTest.java64 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in getSummary_shouldSetToCurrentImeName()
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypePreferenceControllerTest.java88 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in displayPreference_hasInputMethodSubType_shouldAddPreference()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowInputMethodManager.java96 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() method in ShadowInputMethodManager