Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java329 final ArrayMap<String, InputMethodInfo> mMethodMap = new ArrayMap<>(); field in InputMethodManagerService
343 synchronized (mMethodMap) {
1080 synchronized (mMethodMap) { in onChange()
1186 synchronized (mMethodMap) { in onActionLocaleChanged()
1255 synchronized (mMethodMap) { in onHandleForceStop()
1367 synchronized (mMethodMap) { in onFinishPackageChangesInternal()
1389 AdditionalSubtypeUtils.save(mAdditionalSubtypeMap, mMethodMap, in onFinishPackageChangesInternal()
1490 synchronized (mService.mMethodMap) { in run()
1529 synchronized (mService.mMethodMap) { in onUserSwitching()
1555 synchronized(mMethodMap) { in onUnlockUser()
[all …]
DInputMethodMenuController.java65 private final ArrayMap<String, InputMethodInfo> mMethodMap; field in InputMethodMenuController
86 mMethodMap = mService.mMethodMap; in InputMethodMenuController()
101 synchronized (mMethodMap) { in showInputMethodMenu()
116 final InputMethodInfo currentImi = mMethodMap.get(curMethodId); in showInputMethodMenu()
178 synchronized (mMethodMap) { in showInputMethodMenu()
252 synchronized (mMethodMap) { in hideInputMethodMenu()
301 synchronized (mMethodMap) { in handleHardKeyboardStatusChange()
DInputMethodUtils.java798 private final ArrayMap<String, InputMethodInfo> mMethodMap; field in InputMethodUtils.InputMethodSettings
860 mMethodMap = methodMap; in InputMethodSettings()
977 InputMethodInfo info = mMethodMap.get(imsPair.first); in getEnabledInputMethodSubtypeListLocked()
1050 InputMethodInfo info = mMethodMap.get(ims.first); in createEnabledInputMethodListLocked()
1188 final InputMethodInfo imi = mMethodMap.get(imeId); in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1329 final InputMethodInfo imi = mMethodMap.get(selectedImiId); in getSelectedInputMethodSubtypeId()