Searched defs:methodMap (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | InputMethodUtilsTest.java | 797 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
|
D | AdditionalSubtypeUtilsTest.java | 50 ArrayMap<String, InputMethodInfo> methodMap = new ArrayMap<>(); in testSaveAndLoad() local
|
D | InputMethodManagerServiceRestrictImeAmountTest.java | 125 final var methodMap = InputMethodManagerService.filterInputMethodServices( in filterInputMethodServices() local
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | AdditionalSubtypeUtils.java | 124 InputMethodMap methodMap, @UserIdInt int userId) { in save() 153 InputMethodMap methodMap, AtomicFile subtypesFile) { in saveToFile()
|
D | InputMethodInfoUtils.java | 206 static InputMethodInfo chooseSystemVoiceIme( in chooseSystemVoiceIme()
|
D | InputMethodSettings.java | 96 static InputMethodSettings create(InputMethodMap methodMap, @UserIdInt int userId) { in create() 100 private InputMethodSettings(InputMethodMap methodMap, @UserIdInt int userId) { in InputMethodSettings()
|
D | InputMethodManagerService.java | 758 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
|