Home | History | Annotate | Download | only in server

Lines Matching defs:mMethodMap

313     // All known input methods.  mMethodMap also serves as the global
316 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>();
322 * Tracks how many times {@link #mMethodMap} was updated.
324 @GuardedBy("mMethodMap")
388 synchronized (mMethodMap) {
684 @GuardedBy("mMethodMap")
826 @GuardedBy("mMethodMap")
874 synchronized (mMethodMap) {
949 synchronized (mMethodMap) {
971 synchronized (mMethodMap) {
993 @GuardedBy("mMethodMap")
1016 @GuardedBy("mMethodMap")
1021 @GuardedBy("mMethodMap")
1026 @GuardedBy("mMethodMap")
1040 synchronized (mMethodMap) {
1129 @GuardedBy("mMethodMap")
1153 synchronized (mMethodMap) {
1266 synchronized(mMethodMap) {
1319 synchronized(mMethodMap) {
1337 synchronized (mMethodMap) {
1396 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId, !mSystemReady);
1399 mFileManager = new InputMethodFileManager(mMethodMap, userId);
1415 if (mCurMethodId != null && !InputMethodUtils.isSystemIme(mMethodMap.get(mCurMethodId))) {
1431 @GuardedBy("mMethodMap")
1446 mFileManager = new InputMethodFileManager(mMethodMap, newUserId);
1509 synchronized (mMethodMap) {
1623 @GuardedBy("mMethodMap")
1651 synchronized (mMethodMap) {
1669 synchronized (mMethodMap) {
1685 synchronized (mMethodMap) {
1688 imi = mMethodMap.get(mCurMethodId);
1690 imi = mMethodMap.get(imiId);
1706 synchronized (mMethodMap) {
1717 synchronized (mMethodMap) {
1792 @GuardedBy("mMethodMap")
1822 @GuardedBy("mMethodMap")
1866 @GuardedBy("mMethodMap")
1962 InputMethodInfo info = mMethodMap.get(mCurMethodId);
2004 synchronized (mMethodMap) {
2031 synchronized (mMethodMap) {
2052 synchronized (mMethodMap) {
2169 synchronized (mMethodMap) {
2187 synchronized (mMethodMap) {
2298 synchronized (mMethodMap) {
2324 synchronized (mMethodMap) {
2349 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
2392 synchronized (mMethodMap) {
2393 final InputMethodInfo currentImi = mMethodMap.get(mCurMethodId);
2408 synchronized (mMethodMap) {
2507 InputMethodInfo info = mMethodMap.get(id);
2578 synchronized (mMethodMap) {
2662 synchronized (mMethodMap) {
2772 synchronized (mMethodMap) {
2983 synchronized (mMethodMap) {
2998 synchronized(mMethodMap) {
3019 synchronized (mMethodMap) {
3022 InputMethodUtils.getSubtypeIdFromHashCode(mMethodMap.get(id),
3036 synchronized (mMethodMap) {
3047 synchronized (mMethodMap) {
3051 lastImi = mMethodMap.get(lastIme.first);
3119 synchronized (mMethodMap) {
3124 onlyCurrentIme, mMethodMap.get(mCurMethodId), mCurrentSubtype,
3140 synchronized (mMethodMap) {
3145 false /* onlyCurrentIme */, mMethodMap.get(mCurMethodId), mCurrentSubtype,
3159 synchronized (mMethodMap) {
3164 final InputMethodInfo lastImi = mMethodMap.get(lastIme.first);
3188 synchronized (mMethodMap) {
3192 final InputMethodInfo imi = mMethodMap.get(imiId);
3230 synchronized (mMethodMap) {
3243 synchronized (mMethodMap) {
3252 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
3260 synchronized (mMethodMap) {
3293 synchronized (mMethodMap) {
3311 synchronized (mMethodMap) {
3417 synchronized (mMethodMap) {
3552 synchronized (mMethodMap) {
3566 synchronized (mMethodMap) {
3568 false, mMethodMap.get(mCurMethodId), mCurrentSubtype, forwardDirection);
3573 final InputMethodInfo newInputMethodInfo = mMethodMap.get(mCurMethodId);
3607 synchronized (mMethodMap) {
3615 @GuardedBy("mMethodMap")
3626 mMethodMap.clear();
3662 mMethodMap.put(id, p);
3739 if (!mMethodMap.containsKey(defaultImiId)) {
3767 synchronized (mMethodMap) {
3795 synchronized (mMethodMap) {
3812 final InputMethodInfo currentImi = mMethodMap.get(mCurMethodId);
3887 synchronized (mMethodMap) {
3966 synchronized (mMethodMap) {
3989 InputMethodInfo imm = mMethodMap.get(id);
4078 InputMethodInfo imi = mMethodMap.get(newDefaultIme);
4184 synchronized (mMethodMap) {
4194 final InputMethodInfo imi = mMethodMap.get(mCurMethodId);
4232 synchronized (mMethodMap) {
4263 synchronized (mMethodMap) {
4265 InputMethodInfo imi = mMethodMap.get(mCurMethodId);
4295 private final HashMap<String, InputMethodInfo> mMethodMap;
4302 mMethodMap = methodMap;
4323 synchronized (mMethodMap) {
4326 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, mMethodMap);
4332 synchronized (mMethodMap) {
4346 mAdditionalSubtypesMap, mAdditionalInputMethodSubtypeFile, mMethodMap);
4351 synchronized (mMethodMap) {
4558 synchronized (mMethodMap) {
4600 synchronized (mMethodMap) {
4622 synchronized (mMethodMap) {
4859 synchronized (mMethodMap) {
4949 synchronized (mMethodMap) {
5007 synchronized (mMethodMap) {
5021 synchronized (mMethodMap) {