Searched refs:doublePrefix (Results 1 – 4 of 4) sorted by relevance
121 final String doublePrefix = prefix + " "; in dump() local122 final String triplePrefix = doublePrefix + " "; in dump()126 pw.println(doublePrefix + "Entry taskId=" + mRunningCache.keyAt(i)); in dump()
1867 final String doublePrefix = prefix + " "; in dump() local1868 super.dump(pw, doublePrefix, dumpAll); in dump()1870 pw.println(doublePrefix + "mPreferredTopFocusableStack=" + mPreferredTopFocusableStack); in dump()1873 pw.println(doublePrefix + "mLastFocusedStack=" + mLastFocusedStack); in dump()1875 final String triplePrefix = doublePrefix + " "; in dump()1876 pw.println(doublePrefix + "Application tokens in top down Z order:"); in dump()1879 pw.println(doublePrefix + "* " + stack); in dump()
3250 final String doublePrefix = prefix + " "; in dump() local3253 pw.print(doublePrefix + "Exiting App #" + i); in dump()3256 token.dump(pw, doublePrefix, dumpAll); in dump()
3541 final String doublePrefix = prefix + " ";3548 child.dump(pw, doublePrefix, dumpAll);