Home
last modified time | relevance | path

Searched refs:prefixInner (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java401 public void dumpStats(PrintWriter pw, String prefix, String prefixInner, String headerPrefix, in dumpStats() argument
403 dumpStats(pw, prefix, prefixInner, headerPrefix, "Running", in dumpStats()
406 dumpStats(pw, prefix, prefixInner, headerPrefix, "Started", in dumpStats()
409 dumpStats(pw, prefix, prefixInner, headerPrefix, "Foreground", in dumpStats()
412 dumpStats(pw, prefix, prefixInner, headerPrefix, "Bound", in dumpStats()
415 dumpStats(pw, prefix, prefixInner, headerPrefix, "Executing", in dumpStats()
429 private void dumpStats(PrintWriter pw, String prefix, String prefixInner, in dumpStats() argument
437 dumpTime(pw, prefixInner, serviceType, state, startTime, now); in dumpStats()
H A DAssociationState.java840 public void dumpStats(PrintWriter pw, String prefix, String prefixInner, String headerPrefix, in dumpStats() argument
843 final String prefixInnerInner = prefixInner + " "; in dumpStats()
897 dumpSources(pw, prefix, prefixInner, prefixInnerInner, sources, now, totalTime, in dumpStats()
901 static void dumpSources(PrintWriter pw, String prefix, String prefixInner, in dumpSources() argument
930 pw.print(prefixInner); in dumpSources()
965 pw.print(prefixInner); in dumpSources()
993 pw.print(prefixInner); in dumpSources()
998 pw.print(prefixInner); in dumpSources()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java2730 final String prefixInner = prefix + " ";
2809 pw.print(prefixInner); pw.println(mLastStatusBarAppearanceRegions[i]);
2815 pw.print(prefixInner); pw.println(mLastLetterboxDetails[i]);
2822 pw.print(prefixInner); pw.println(win);
2832 mDecorInsets.dump(prefixInner, pw);
2835 mCachedDecorInsets.mDecorInsets.dump(prefixInner, pw);