Searched refs:setInputMethodList (Results 1 – 5 of 5) sorted by relevance
96 getShadowInputMethodManager(mContext).setInputMethodList(new ArrayList<>()); in setUp()108 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()124 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()142 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()160 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()179 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_disallowedByOrganization_noPreferencesShown()191 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_skipVoiceTyping()205 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_verifyPreferenceIcon()222 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_verifyPreferenceTitle()239 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_verifyPreferenceSummary()[all …]
130 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_skipVoiceTyping()
50 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() method in ShadowInputMethodManagerWithMethodList
88 ShadowInputMethodManagerWithMethodList.getShadow().setInputMethodList(imis); in displayPreference_hasInputMethodSubType_shouldAddPreference()
96 public void setInputMethodList(List<InputMethodInfo> inputMethodInfos) { in setInputMethodList() method in ShadowInputMethodManager