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

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java183 // All known input methods. mMethodMap also serves as the global
186 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>(); field in class:InputMethodManagerService
422 synchronized (mMethodMap) {
491 synchronized (mMethodMap) {
520 synchronized (mMethodMap) {
546 mMethodList, mMethodMap, false /* resetDefaultEnabledIme */);
623 synchronized(mMethodMap) {
686 synchronized(mMethodMap) {
709 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
711 mFileManager = new InputMethodFileManager(mMethodMap, userI
3318 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodManagerService.InputMethodFileManager
[all...]
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java676 private final HashMap<String, InputMethodInfo> mMethodMap; field in class:InputMethodUtils.InputMethodSettings
702 mMethodMap = methodMap;
760 InputMethodInfo info = mMethodMap.get(imsPair.first);
866 InputMethodInfo info = mMethodMap.get(ims.first);
880 InputMethodInfo info = mMethodMap.get(ims.first);
1006 final InputMethodInfo imi = mMethodMap.get(imeId);
1145 final InputMethodInfo imi = mMethodMap.get(selectedImiId);

Completed in 33 milliseconds