Home
last modified time | relevance | path

Searched defs:methodMap (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DInputMethodUtilsTest.java797 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
805 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
820 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
829 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
847 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
858 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
868 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
878 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testChooseSystemVoiceIme() local
DAdditionalSubtypeUtilsTest.java50 ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testSaveAndLoad() local
DInputMethodManagerServiceRestrictImeAmountTest.java125 final var methodMap = InputMethodManagerService.filterInputMethodServices( in filterInputMethodServices() local
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAdditionalSubtypeUtils.java124 InputMethodMap methodMap, @UserIdInt int userId) { in save()
153 InputMethodMap methodMap, AtomicFile subtypesFile) { in saveToFile()
DInputMethodInfoUtils.java206 static InputMethodInfo chooseSystemVoiceIme( in chooseSystemVoiceIme()
DInputMethodSettings.java96 static InputMethodSettings create(InputMethodMap methodMap, @UserIdInt int userId) { in create()
100 private InputMethodSettings(InputMethodMap methodMap, @UserIdInt int userId) { in InputMethodSettings()
DInputMethodManagerService.java758 final var methodMap = rawMethodMap.toInputMethodMap(additionalSubtypeMap, in onActionLocaleChanged() local
1129 final var methodMap = userData.mRawInputMethodMap.get().toInputMethodMap( in onUserUnlocking() local
1181 final var methodMap = rawMethodMap.toInputMethodMap(additionalSubtypeMap, in initializeUsersAsync() local
1212 final var methodMap = rawMethodMap.toInputMethodMap(additionalSubtypeMap, in onUserStopped() local
1710 final var methodMap = userData.mRawInputMethodMap.get().toInputMethodMap( in getInputMethodListInternal() local
4343 final var methodMap = userData.mRawInputMethodMap.get().toInputMethodMap( in setAdditionalInputMethodSubtypes() local
5238 final ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(services.size()); in filterInputMethodServices() local