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

/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java502 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodUtils.InputMethodSettings
527 mMethodMap = methodMap;
569 InputMethodInfo info = mMethodMap.get(imsPair.first);
675 InputMethodInfo info = mMethodMap.get(ims.first);
689 InputMethodInfo info = mMethodMap.get(ims.first);
815 final InputMethodInfo imi = mMethodMap.get(imeId);
944 final InputMethodInfo imi = mMethodMap.get(selectedImiId);
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java176 // All known input methods. mMethodMap also serves as the global
179 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>(); field in class:InputMethodManagerService
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, userI
3314 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodManagerService.InputMethodFileManager
[all...]

Completed in 27 milliseconds