Searched refs:getPermittedAndEnabledInputMethodList (Results 1 – 4 of 4) sorted by relevance
123 List<InputMethodInfo> results = InputMethodUtil.getPermittedAndEnabledInputMethodList( in getPermittedAndEnabledInputMethodList_noEnabledInputMethods_returnsNull()139 List<InputMethodInfo> results = InputMethodUtil.getPermittedAndEnabledInputMethodList( in getPermittedAndEnabledInputMethodList_noPermittedMethods_returnsEmptyList()156 List<InputMethodInfo> results = InputMethodUtil.getPermittedAndEnabledInputMethodList( in getPermittedAndEnabledInputMethodList_withGoogleTypingIME_doesNotIncludeIME()
62 InputMethodUtil.getPermittedAndEnabledInputMethodList( in updateState()
76 InputMethodUtil.getPermittedAndEnabledInputMethodList( in updateState()
63 public static List<InputMethodInfo> getPermittedAndEnabledInputMethodList( in getPermittedAndEnabledInputMethodList() method in InputMethodUtil