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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java198 // All known input methods. mMethodMap also serves as the global
201 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>(); field in class:InputMethodManagerService
474 synchronized (mMethodMap) {
620 synchronized (mMethodMap) {
649 synchronized (mMethodMap) {
675 mMethodList, mMethodMap, false /* resetDefaultEnabledIme */);
756 synchronized(mMethodMap) {
817 synchronized(mMethodMap) {
845 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
855 synchronized (mMethodMap) {
3546 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodManagerService.InputMethodFileManager
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java786 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodUtils.InputMethodSettings
850 mMethodMap = methodMap;
908 InputMethodInfo info = mMethodMap.get(imsPair.first);
996 InputMethodInfo info = mMethodMap.get(ims.first);
1010 InputMethodInfo info = mMethodMap.get(ims.first);
1136 final InputMethodInfo imi = mMethodMap.get(imeId);
1275 final InputMethodInfo imi = mMethodMap.get(selectedImiId);

Completed in 78 milliseconds