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

/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);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java212 // All known input methods. mMethodMap also serves as the global
215 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<>(); field in class:InputMethodManagerService
526 synchronized (mMethodMap) {
642 synchronized (mMethodMap) {
671 synchronized (mMethodMap) {
777 synchronized(mMethodMap) {
830 synchronized(mMethodMap) {
846 synchronized (mMethodMap) {
909 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId, !mSystemReady);
912 mFileManager = new InputMethodFileManager(mMethodMap, userI
3684 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodManagerService.InputMethodFileManager
[all...]

Completed in 63 milliseconds