Searched defs:methodList (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodManagerServiceRestrictImeAmountTest.java | 52 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_loadsAllImesBelowThreshold() local 65 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_ignoresImesBeyondThreshold() local 80 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_loadsSystemImesBeyondThreshold() local 98 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_ignoresImesBeyondThresholdFromTwoPackages() local 116 final List<InputMethodInfo> methodList = filterInputMethodServices(resolveInfoList, in testFilterInputMethodServices_stillLoadsEnabledImesBeyondThreshold() local 127 final ArrayList<InputMethodInfo> methodList = new ArrayList<>(); in filterInputMethodServices() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 2121 final ArrayList<InputMethodInfo> methodList; in getInputMethodListLocked() local 2147 final ArrayList<InputMethodInfo> methodList; in getEnabledInputMethodListLocked() local 4285 final ArrayList<InputMethodInfo> methodList = new ArrayList<>(); in setAdditionalInputMethodSubtypes() local 5203 ArrayMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList, in queryInputMethodServicesInternal() 5243 ArrayMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList, in filterInputMethodServices() 5660 final ArrayList<InputMethodInfo> methodList = new ArrayList<>(); in queryMethodMapForUser() local 6671 final ArrayList<InputMethodInfo> methodList = new ArrayList<>(); in handleShellCommandResetInputMethod() local
|