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>();
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, 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 905 milliseconds