Searched refs:mMethodMap (Results 1 – 3 of 3) sorted by relevance
329 final ArrayMap<String, InputMethodInfo> mMethodMap = new ArrayMap<>(); field in InputMethodManagerService343 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 …]
65 private final ArrayMap<String, InputMethodInfo> mMethodMap; field in InputMethodMenuController86 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()
798 private final ArrayMap<String, InputMethodInfo> mMethodMap; field in InputMethodUtils.InputMethodSettings860 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()