Searched refs:getInputMethodList (Results 1 – 12 of 12) sorted by relevance
74 mImm.getInputMethodList(), hasHardwareKeyboard); in onSaveInputMethodPreference()93 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
87 getContext().getContentResolver(), mImm.getInputMethodList(), hasHardwareKeyboard); in onSaveInputMethodPreference()148 final List<InputMethodInfo> imis = mInputMethodSettingValues.getInputMethodList(); in updateInputMethodPreferenceViews()
77 for (final InputMethodInfo imi : imm.getInputMethodList()) { in getInputMethodInfoOf()
46 protected List<InputMethodInfo> getInputMethodList() { in getInputMethodList() method in ShadowInputMethodManagerWithMethodList
54 final List<InputMethodInfo> imis = mInputMethodManager.getInputMethodList(); in getSummary()
106 protected List<InputMethodInfo> getInputMethodList() { in getInputMethodList() method in ShadowInputMethodManager
103 !imm.getInputMethodList().isEmpty(); in onReceive()
250 for (final InputMethodInfo imi : mImm.getInputMethodList()) { in getInputMethodOfThisIme()
69 final List<InputMethodInfo> imis = imm.getInputMethodList(); in getMyImi()
118 List<InputMethodInfo> inputMethodInfos = mInputMethodManager.getInputMethodList(); in updateState()
127 final List<InputMethodInfo> inputMethods = mImm.getInputMethodList(); in buildVirtualKeyboardSearchResults()
121 when(mInputMethodManager.getInputMethodList()).thenReturn(new ArrayList<>()); in setUp()1143 when(mInputMethodManager.getInputMethodList()).thenReturn(list); in setInputMethodList()