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

  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 121 // All known input methods. mMethodMap also serves as the global
125 final HashMap<String, InputMethodInfo> mMethodMap
305 synchronized (mMethodMap) {
341 synchronized (mMethodMap) {
370 synchronized (mMethodMap) {
391 buildInputMethodListLocked(mMethodList, mMethodMap);
472 buildInputMethodListLocked(mMethodList, mMethodMap);
535 synchronized (mMethodMap) {
548 synchronized (mMethodMap) {
554 synchronized (mMethodMap) {
    [all...]
  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 48 private HashMap<Integer, MethodData> mMethodMap;
63 mMethodMap = new HashMap<Integer, MethodData>();
70 mMethodMap.put(0, mTopLevel);
111 MethodData methodData = mMethodMap.get(methodId);
413 mMethodMap.put(id, new MethodData(id, className, methodName, signature,
450 Collection<MethodData> mv = mMethodMap.values();

Completed in 32 milliseconds