Searched defs:methodMap (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/inputmethod/ |
D | InputMethodUtilsTest.java | 806 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 813 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 826 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 834 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 850 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 861 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 870 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local 880 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | AdditionalSubtypeUtils.java | 109 ArrayMap<String, InputMethodInfo> methodMap, @UserIdInt int userId) { in save()
|
D | InputMethodManagerService.java | 1940 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in getInputMethodListLocked() local 1956 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in getEnabledInputMethodListLocked() local 2125 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in getEnabledInputMethodSubtypeListLocked() local 4519 ArrayMap<String, InputMethodInfo> methodMap, ArrayList<InputMethodInfo> methodList) { in queryInputMethodServicesInternal() 4906 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in switchToInputMethod() local 5593 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in handleShellCommandEnableDisableInputMethodInternalLocked() local 5725 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in handleShellCommandResetInputMethod() local
|
D | InputMethodUtils.java | 354 @NonNull ArrayMap<String, InputMethodInfo> methodMap, in chooseSystemVoiceIme() 856 ArrayMap<String, InputMethodInfo> methodMap, @UserIdInt int userId, in InputMethodSettings()
|