Searched refs:imes (Results 1 – 3 of 3) sorted by relevance
80 boolean imes = (flags & GET_IMES) > 0; in queryApps()136 if (imes) { in queryApps()
2751 List<InputMethodInfo> imes = settings.getEnabledInputMethodListWithFilter( in shouldShowImeSwitcherLocked() local2753 final int numImes = imes.size(); in shouldShowImeSwitcherLocked()2761 final InputMethodInfo imi = imes.get(i); in shouldShowImeSwitcherLocked()5012 final List<InputMethodInfo> imes = (List<InputMethodInfo>) msg.obj; in handleMessage() local5014 listener -> listener.onInputMethodListUpdated(imes, userId)); in handleMessage()
12390 List<InputMethodInfo> imes = InputMethodManagerInternal12392 if (imes != null) {12393 for (InputMethodInfo ime : imes) {