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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java794 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodUtils.InputMethodSettings
820 mMethodMap = methodMap;
878 InputMethodInfo info = mMethodMap.get(imsPair.first);
984 InputMethodInfo info = mMethodMap.get(ims.first);
998 InputMethodInfo info = mMethodMap.get(ims.first);
1124 final InputMethodInfo imi = mMethodMap.get(imeId);
1263 final InputMethodInfo imi = mMethodMap.get(selectedImiId);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java184 // All known input methods. mMethodMap also serves as the global
187 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>(); field in class:InputMethodManagerService
423 synchronized (mMethodMap) {
492 synchronized (mMethodMap) {
521 synchronized (mMethodMap) {
547 mMethodList, mMethodMap, false /* resetDefaultEnabledIme */);
624 synchronized(mMethodMap) {
687 synchronized(mMethodMap) {
710 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
712 mFileManager = new InputMethodFileManager(mMethodMap, userI
3331 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodManagerService.InputMethodFileManager
[all...]

Completed in 45 milliseconds