Lines Matching refs:mMethodMap

198     // All known input methods.  mMethodMap also serves as the global
201 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
474 synchronized (mMethodMap) {
620 synchronized (mMethodMap) {
649 synchronized (mMethodMap) {
675 mMethodList, mMethodMap, false /* resetDefaultEnabledIme */);
756 synchronized(mMethodMap) {
817 synchronized(mMethodMap) {
845 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
855 synchronized (mMethodMap) {
879 mFileManager = new InputMethodFileManager(mMethodMap, userId);
880 synchronized (mMethodMap) {
892 synchronized (mMethodMap) {
893 buildInputMethodListLocked(mMethodList, mMethodMap,
900 synchronized (mMethodMap) {
905 synchronized (mMethodMap) {
918 synchronized(mMethodMap) {
929 && !InputMethodUtils.isSystemIme(mMethodMap.get(mCurMethodId))) {
976 buildInputMethodListLocked(mMethodList, mMethodMap, resetDefaultEnabledIme);
1014 mFileManager = new InputMethodFileManager(mMethodMap, newUserId);
1064 synchronized (mMethodMap) {
1083 buildInputMethodListLocked(mMethodList, mMethodMap,
1168 synchronized (mMethodMap) {
1179 synchronized (mMethodMap) {
1195 synchronized (mMethodMap) {
1198 imi = mMethodMap.get(mCurMethodId);
1200 imi = mMethodMap.get(imiId);
1216 synchronized (mMethodMap) {
1227 synchronized (mMethodMap) {
1426 InputMethodInfo info = mMethodMap.get(mCurMethodId);
1468 synchronized (mMethodMap) {
1484 synchronized (mMethodMap) {
1505 synchronized (mMethodMap) {
1611 synchronized (mMethodMap) {
1634 synchronized (mMethodMap) {
1742 synchronized (mMethodMap) {
1750 synchronized (mMethodMap) {
1778 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
1818 synchronized (mMethodMap) {
1819 final InputMethodInfo currentImi = mMethodMap.get(mCurMethodId);
1834 synchronized (mMethodMap) {
1935 InputMethodInfo info = mMethodMap.get(id);
2014 synchronized (mMethodMap) {
2098 synchronized (mMethodMap) {
2177 synchronized (mMethodMap) {
2326 synchronized (mMethodMap) {
2353 synchronized (mMethodMap) {
2356 InputMethodUtils.getSubtypeIdFromHashCode(mMethodMap.get(id),
2370 synchronized (mMethodMap) {
2385 synchronized (mMethodMap) {
2389 lastImi = mMethodMap.get(lastIme.first);
2457 synchronized (mMethodMap) {
2465 onlyCurrentIme, mMethodMap.get(mCurMethodId), mCurrentSubtype);
2480 synchronized (mMethodMap) {
2488 false /* onlyCurrentIme */, mMethodMap.get(mCurMethodId), mCurrentSubtype);
2501 synchronized (mMethodMap) {
2506 final InputMethodInfo lastImi = mMethodMap.get(lastIme.first);
2530 synchronized (mMethodMap) {
2531 final InputMethodInfo imi = mMethodMap.get(imiId);
2547 buildInputMethodListLocked(mMethodList, mMethodMap,
2570 synchronized (mMethodMap) {
2579 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
2587 synchronized (mMethodMap) {
2620 synchronized (mMethodMap) {
2641 synchronized (mMethodMap) {
2864 synchronized (mMethodMap) {
3009 synchronized (mMethodMap) {
3026 final InputMethodInfo currentImi = mMethodMap.get(mCurMethodId);
3101 synchronized (mMethodMap) {
3185 synchronized (mMethodMap) {
3211 synchronized (mMethodMap) {
3231 InputMethodInfo imm = mMethodMap.get(id);
3320 InputMethodInfo imi = mMethodMap.get(newDefaultIme);
3427 synchronized (mMethodMap) {
3437 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
3486 synchronized (mMethodMap) {
3517 synchronized (mMethodMap) {
3519 InputMethodInfo imi = mMethodMap.get(mCurMethodId);
3546 private final HashMap<String, InputMethodInfo> mMethodMap;
3553 mMethodMap = methodMap;
3574 synchronized (mMethodMap) {
3577 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, mMethodMap);
3583 synchronized (mMethodMap) {
3597 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, mMethodMap);
3602 synchronized (mMethodMap) {
3768 synchronized (mMethodMap) {