Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java344 final ArrayMap<String, InputMethodInfo> mMethodMap = new ArrayMap<>(); field in InputMethodManagerService
358 synchronized (mMethodMap) {
1132 synchronized (mMethodMap) { in onChange()
1238 synchronized (mMethodMap) { in onActionLocaleChanged()
1307 synchronized (mMethodMap) { in onHandleForceStop()
1419 synchronized (mMethodMap) { in onFinishPackageChangesInternal()
1441 AdditionalSubtypeUtils.save(mAdditionalSubtypeMap, mMethodMap, in onFinishPackageChangesInternal()
1534 synchronized(mMethodMap) { in handleHardKeyboardStatusChange()
1563 synchronized (mService.mMethodMap) { in run()
1601 synchronized (mService.mMethodMap) { in onSwitchUser()
[all …]
DInputMethodUtils.java751 private final ArrayMap<String, InputMethodInfo> mMethodMap; field in InputMethodUtils.InputMethodSettings
813 mMethodMap = methodMap; in InputMethodSettings()
924 InputMethodInfo info = mMethodMap.get(imsPair.first); in getEnabledInputMethodSubtypeListLocked()
996 InputMethodInfo info = mMethodMap.get(ims.first); in createEnabledInputMethodListLocked()
1133 final InputMethodInfo imi = mMethodMap.get(imeId); in getEnabledSubtypeHashCodeForInputMethodAndSubtypeLocked()
1258 final InputMethodInfo imi = mMethodMap.get(selectedImiId); in getSelectedInputMethodSubtypeId()