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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java208 // All known input methods. mMethodMap also serves as the global
211 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>(); field in class:InputMethodManagerService
522 synchronized (mMethodMap) {
638 synchronized (mMethodMap) {
667 synchronized (mMethodMap) {
773 synchronized(mMethodMap) {
826 synchronized(mMethodMap) {
842 synchronized (mMethodMap) {
905 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId, !mSystemReady);
908 mFileManager = new InputMethodFileManager(mMethodMap, userI
3676 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodManagerService.InputMethodFileManager
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java886 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodUtils.InputMethodSettings
956 mMethodMap = methodMap;
1065 InputMethodInfo info = mMethodMap.get(imsPair.first);
1153 InputMethodInfo info = mMethodMap.get(ims.first);
1290 final InputMethodInfo imi = mMethodMap.get(imeId);
1415 final InputMethodInfo imi = mMethodMap.get(selectedImiId);

Completed in 79 milliseconds