Home
last modified time | relevance | path

Searched refs:printProcStateTagAndValue (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java364 public static void printProcStateTagAndValue(PrintWriter pw, int state, long value) { in printProcStateTagAndValue() method in DumpUtils
H A DProcessState.java1382 DumpUtils.printProcStateTagAndValue(pw, type, time); in dumpAllStateCheckin()
1385 DumpUtils.printProcStateTagAndValue(pw, mCurCombinedState, now - mStartTime); in dumpAllStateCheckin()