HomeSort by relevance Sort by last modified time
    Searched refs:printAdjTagAndValue (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/app/procstats/
DumpUtils.java 270 public static void printAdjTagAndValue(PrintWriter pw, int state, long value) {
327 printAdjTagAndValue(pw, state, time);
ServiceState.java 488 DumpUtils.printAdjTagAndValue(pw, memFactor, time);
491 DumpUtils.printAdjTagAndValue(pw, curState, now - curStartTime);

Completed in 110 milliseconds