Searched refs:getShadowInputMethodManager (Results 1 – 3 of 3) sorted by relevance
96 getShadowInputMethodManager(mContext).setInputMethodList(new ArrayList<>()); in setUp()108 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()109 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_preferenceCountIs4()124 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()125 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_multiplteAllowedImeByOrganization_allPreferencesVisible()142 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()143 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesEnabled()160 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()161 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_multipleEnabledInputMethods_allPreferencesChecked()179 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_disallowedByOrganization_noPreferencesShown()[all …]
87 getShadowInputMethodManager(mContext).reset(); in tearDown()95 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods()107 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_hasAllowedImeByOrganization()119 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization()130 getShadowInputMethodManager(mContext).setInputMethodList(infos); in refreshUi_skipVoiceTyping()141 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceIcon()154 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceTitle()167 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_verifyPreferenceSummary()182 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in performClick_launchSettingsActivity()206 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in performClick_noSettingsActivity_noCrash()[all …]
90 getShadowInputMethodManager(mContext).setEnabledInputMethodList(Collections.emptyList()); in refreshUi_noInputMethodInfo()103 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_hasOneInputMethodInfo()118 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_hasTwoInputMethodInfo()135 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_permitAllInputMethods_hasThreeInputMethodInfo()152 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_hasAllowedImeByOrganization()166 getShadowInputMethodManager(mContext).setEnabledInputMethodList(infos); in refreshUi_disallowedByOrganization()194 private static ShadowInputMethodManager getShadowInputMethodManager(Context context) { in getShadowInputMethodManager() method in KeyboardPreferenceControllerTest