Lines Matching defs:mMethodMap

176     // All known input methods.  mMethodMap also serves as the global
179 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
407 synchronized (mMethodMap) {
468 synchronized (mMethodMap) {
497 synchronized (mMethodMap) {
523 mMethodList, mMethodMap, false /* resetDefaultEnabledIme */);
596 synchronized(mMethodMap) {
655 synchronized(mMethodMap) {
678 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
679 mFileManager = new InputMethodFileManager(mMethodMap, userId);
689 buildInputMethodListLocked(mMethodList, mMethodMap,
709 synchronized(mMethodMap) {
719 && !InputMethodUtils.isSystemIme(mMethodMap.get(mCurMethodId))) {
762 buildInputMethodListLocked(mMethodList, mMethodMap, resetDefaultEnabledIme);
794 mFileManager = new InputMethodFileManager(mMethodMap, newUserId);
829 synchronized (mMethodMap) {
848 buildInputMethodListLocked(mMethodList, mMethodMap,
947 synchronized (mMethodMap) {
958 synchronized (mMethodMap) {
985 synchronized (mMethodMap) {
988 imi = mMethodMap.get(mCurMethodId);
990 imi = mMethodMap.get(imiId);
1006 synchronized (mMethodMap) {
1017 synchronized (mMethodMap) {
1205 InputMethodInfo info = mMethodMap.get(mCurMethodId);
1245 synchronized (mMethodMap) {
1261 synchronized (mMethodMap) {
1282 synchronized (mMethodMap) {
1388 synchronized (mMethodMap) {
1417 synchronized (mMethodMap) {
1451 synchronized (mMethodMap) {
1511 synchronized (mMethodMap) {
1524 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
1564 synchronized (mMethodMap) {
1565 final InputMethodInfo currentImi = mMethodMap.get(mCurMethodId);
1580 synchronized (mMethodMap) {
1659 InputMethodInfo info = mMethodMap.get(id);
1730 synchronized (mMethodMap) {
1812 synchronized (mMethodMap) {
1878 synchronized (mMethodMap) {
2026 synchronized (mMethodMap) {
2052 synchronized (mMethodMap) {
2055 mMethodMap.get(id), subtype.hashCode()));
2068 synchronized (mMethodMap) {
2083 synchronized (mMethodMap) {
2087 lastImi = mMethodMap.get(lastIme.first);
2155 synchronized (mMethodMap) {
2157 onlyCurrentIme, mMethodMap.get(mCurMethodId), mCurrentSubtype);
2171 synchronized (mMethodMap) {
2173 false /* onlyCurrentIme */, mMethodMap.get(mCurMethodId), mCurrentSubtype);
2186 synchronized (mMethodMap) {
2191 final InputMethodInfo lastImi = mMethodMap.get(lastIme.first);
2215 synchronized (mMethodMap) {
2216 final InputMethodInfo imi = mMethodMap.get(imiId);
2232 buildInputMethodListLocked(mMethodList, mMethodMap,
2246 synchronized (mMethodMap) {
2275 synchronized (mMethodMap) {
2295 synchronized (mMethodMap) {
2621 synchronized (mMethodMap) {
2637 final InputMethodInfo currentImi = mMethodMap.get(mCurMethodId);
2708 synchronized (mMethodMap) {
2850 synchronized (mMethodMap) {
2875 synchronized (mMethodMap) {
2895 InputMethodInfo imm = mMethodMap.get(id);
2971 InputMethodInfo imi = mMethodMap.get(newDefaultIme);
3078 synchronized (mMethodMap) {
3088 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
3137 synchronized (mMethodMap) {
3168 synchronized (mMethodMap) {
3170 InputMethodInfo imi = mMethodMap.get(mCurMethodId);
3314 private final HashMap<String, InputMethodInfo> mMethodMap;
3321 mMethodMap = methodMap;
3342 synchronized (mMethodMap) {
3345 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, mMethodMap);
3351 synchronized (mMethodMap) {
3365 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, mMethodMap);
3370 synchronized (mMethodMap) {
3515 synchronized (mMethodMap) {