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()
4441 final List<InputMethodInfo> imes = (List<InputMethodInfo>) msg.obj; in handleMessage() local4443 listener -> listener.onInputMethodListUpdated(imes, userId)); in handleMessage()
10356 List<InputMethodInfo> imes = InputMethodManagerInternal10358 if (imes != null) {10359 for (InputMethodInfo ime : imes) {