Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceControllerTest.java104 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_permitAllInputMethods_preferenceCountIs4()
120 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()
138 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()
156 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()
175 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME, in refreshUi_disallowedByOrganization_noPreferencesShown()
190 createInputMethodInfoList(InputMethodUtil.GOOGLE_VOICE_TYPING); in refreshUi_skipVoiceTyping()
201 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceIcon()
218 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceTitle()
235 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME, in refreshUi_verifyPreferenceSummary()
254 getShadowInputMethodManager(mContext).setInputMethodList(createInputMethodInfoList( in refreshUi_oneInputMethod_noneEnabled_oneInputMethodPreferenceInView()
[all …]
DEnabledKeyboardPreferenceControllerTest.java94 List<InputMethodInfo> infos = createInputMethodInfoList(DUMMY_PACKAGE_NAME); in refreshUi_permitAllInputMethods()
106 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_hasAllowedImeByOrganization()
118 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in refreshUi_disallowedByOrganization()
129 createInputMethodInfoList(InputMethodUtil.GOOGLE_VOICE_TYPING); in refreshUi_skipVoiceTyping()
140 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceIcon()
153 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceTitle()
166 List<InputMethodInfo> infos = createInputMethodInfoList(ALLOWED_PACKAGE_NAME); in refreshUi_verifyPreferenceSummary()
181 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in performClick_launchSettingsActivity()
205 List<InputMethodInfo> infos = createInputMethodInfoList(DISALLOWED_PACKAGE_NAME); in performClick_noSettingsActivity_noCrash()
217 private List<InputMethodInfo> createInputMethodInfoList(String packageName) { in createInputMethodInfoList() method in EnabledKeyboardPreferenceControllerTest