Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
H A DKeyboardManagementPreferenceControllerTest.java149 setInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()
167 setInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
187 setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
207 setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
228 setInputMethodList(infos); in refreshUi_disallowedByOrganization_preferenceShownDisabled()
247 setInputMethodList(infos); in refreshUi_skipVoiceTyping()
263 setInputMethodList(infos); in refreshUi_verifyPreferenceIcon()
282 setInputMethodList(infos); in refreshUi_verifyPreferenceTitle()
301 setInputMethodList(infos); in refreshUi_verifyPreferenceSummary()
317 setInputMethodList(infos); in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
[all …]
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowInputMethodManagerWithMethodList.java62 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() method in ShadowInputMethodManagerWithMethodList
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
H A DLanguageAndInputPreferenceControllerTest.java64 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in getSummary_shouldSetToCurrentImeName()
/aosp12/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
H A DAppRestrictionsHelperTest.java175 mInjector.setInputMethodList(inputMethods); in addsystemImes()
300 void setInputMethodList(List<InputMethodInfo> imis) { in setInputMethodList() method in AppRestrictionsHelperTest.TestInjector
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypePreferenceControllerTest.java88 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in displayPreference_hasInputMethodSubType_shouldAddPreference()
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowInputMethodManager.java96 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() method in ShadowInputMethodManager