HomeSort by relevance Sort by last modified time
    Searched refs:mMethodMap (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java 48 private final HashMap<String, InputMethodInfo> mMethodMap =
79 mMethodMap, mMethodList, getDefaultCurrentUserId());
85 synchronized (mMethodMap) {
87 mMethodMap.clear();
91 mMethodMap.put(imi.getId(), imi);
99 synchronized (mMethodMap) {
117 synchronized (mMethodMap) {
123 synchronized (mMethodMap) {
124 final InputMethodInfo imi = mMethodMap.get(mSettings.getSelectedInputMethod());
136 synchronized (mMethodMap) {
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 176 // All known input methods. mMethodMap also serves as the global
179 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
405 synchronized (mMethodMap) {
466 synchronized (mMethodMap) {
495 synchronized (mMethodMap) {
521 mMethodList, mMethodMap, false /* resetDefaultEnabledIme */);
594 synchronized(mMethodMap) {
653 synchronized(mMethodMap) {
676 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
677 mFileManager = new InputMethodFileManager(mMethodMap, userId)
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 502 private final HashMap<String, InputMethodInfo> mMethodMap;
527 mMethodMap = methodMap;
569 InputMethodInfo info = mMethodMap.get(imsPair.first);
675 InputMethodInfo info = mMethodMap.get(ims.first);
689 InputMethodInfo info = mMethodMap.get(ims.first);
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 140 milliseconds