Searched refs:getInputMethodList (Results 1 – 11 of 11) sorted by relevance
85 final List<InputMethodInfo> imms = mImm.getInputMethodList(); in refreshAllInputMethodAndSubtypes()113 List<InputMethodInfo> getInputMethodList() { in getInputMethodList() method in InputMethodSettingValuesWrapper
79 mImm.getInputMethodList(), hasHardwareKeyboard); in onSaveInputMethodPreference()145 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
308 this, getContentResolver(), mInputMethodSettingValues.getInputMethodList(), in onPause()403 ? mInputMethodSettingValues.getInputMethodList() in updateInputMethodPreferenceViews()436 mInputMethodSettingValues.getInputMethodList(), null); in updateInputMethodPreferenceViews()450 mImm.getInputMethodList(), hasHardwareKeyboard); in onSaveInputMethodPreference()757 List<InputMethodInfo> inputMethods = immValues.getInputMethodList();
75 mInputMethodInfoList = mImm.getInputMethodList(); in onCreate()
77 for (final InputMethodInfo imi : imm.getInputMethodList()) { in getInputMethodInfoOf()
103 !imm.getInputMethodList().isEmpty(); in onReceive()
250 for (final InputMethodInfo imi : mImm.getInputMethodList()) { in getInputMethodOfThisIme()
173 new ArrayList<>(mInputMethodManager.getInputMethodList()); in enableAllInputMethods()
143 List<InputMethodInfo> inputMethods = imeManager.getInputMethodList(); in register()
282 inputMethods = mIInputMethodManager.getInputMethodList(); in getSystemInputMethods()
411 when(mIInputMethodManager.getInputMethodList()).thenReturn(inputMethods); in setSystemInputMethods()