Searched refs:prefixInnerInner (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | AssociationState.java | 842 final String prefixInnerInner = prefixInner + " "; in dumpStats() local 896 dumpSources(pw, prefix, prefixInner, prefixInnerInner, sources, now, totalTime, in dumpStats() 901 String prefixInnerInner, ArrayList<Pair<SourceKey, SourceDumpContainer>> sources, in dumpSources() argument 957 dumpTime(pw, prefixInnerInner, src, totalTime, now, dumpDetails, dumpAll); in dumpSources()
|