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

  /frameworks/base/services/java/com/android/server/
IntentResolverOld.java 96 boolean dumpMap(PrintWriter out, String titlePrefix, String title,
138 if (dumpMap(out, curPrefix, "Full MIME Types:", innerPrefix,
142 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix,
146 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix,
150 if (dumpMap(out, curPrefix, "Schemes:", innerPrefix,
154 if (dumpMap(out, curPrefix, "Non-Data Actions:", innerPrefix,
158 if (dumpMap(out, curPrefix, "MIME Typed Actions:", innerPrefix,
IntentResolver.java 107 boolean dumpMap(PrintWriter out, String titlePrefix, String title,
149 if (dumpMap(out, curPrefix, "Full MIME Types:", innerPrefix,
153 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix,
157 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix,
161 if (dumpMap(out, curPrefix, "Schemes:", innerPrefix,
165 if (dumpMap(out, curPrefix, "Non-Data Actions:", innerPrefix,
169 if (dumpMap(out, curPrefix, "MIME Typed Actions:", innerPrefix,
  /dalvik/vm/analysis/
RegisterMap.cpp 472 bool dumpMap = false;
486 dumpMap = true;
546 if (dumpMap)
    [all...]

Completed in 47 milliseconds