Home
last modified time | relevance | path

Searched refs:doublePrefix (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotCache.java121 final String doublePrefix = prefix + " "; in dump() local
122 final String triplePrefix = doublePrefix + " "; in dump()
126 pw.println(doublePrefix + "Entry taskId=" + mRunningCache.keyAt(i)); in dump()
DTaskDisplayArea.java2164 final String doublePrefix = prefix + " ";
2165 super.dump(pw, doublePrefix, dumpAll);
2167 pw.println(doublePrefix + "mPreferredTopFocusableRootTask="
2171 pw.println(doublePrefix + "mLastFocusedRootTask=" + mLastFocusedRootTask);
2174 final String triplePrefix = doublePrefix + " ";
2177 pw.println(doublePrefix + "mLaunchRootTasks:");
2187 pw.println(doublePrefix + "Application tokens in top down Z order:");
2191 child.dump(pw, doublePrefix, dumpAll);
2195 pw.println(doublePrefix + "* " + rootTask);
DDisplayArea.java297 final String doublePrefix = prefix + " "; in dumpChildDisplayArea() local
308 childArea.dump(pw, doublePrefix, dumpAll); in dumpChildDisplayArea()
309 childArea.dumpChildDisplayArea(pw, doublePrefix, dumpAll); in dumpChildDisplayArea()
DTask.java4019 final String doublePrefix = prefix + " ";
4026 child.dump(pw, doublePrefix, dumpAll);
4035 pw.print(doublePrefix + "Exiting App #" + i);
4038 token.dump(pw, doublePrefix, dumpAll);