Home
last modified time | relevance | path

Searched refs:imes (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java80 boolean imes = (flags & GET_IMES) > 0; in queryApps()
136 if (imes) { in queryApps()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2751 List<InputMethodInfo> imes = settings.getEnabledInputMethodListWithFilter( in shouldShowImeSwitcherLocked() local
2753 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() local
5014 listener -> listener.onInputMethodListUpdated(imes, userId)); in handleMessage()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12390 List<InputMethodInfo> imes = InputMethodManagerInternal
12392 if (imes != null) {
12393 for (InputMethodInfo ime : imes) {