Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySavingStats.java436 dumpLineLocked(pw, indent, InteractiveState.NON_INTERACTIVE, "NonIntr", in dump()
438 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr", in dump()
441 dumpLineLocked(pw, indent, InteractiveState.NON_INTERACTIVE, "NonIntr", in dump()
443 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr", in dump()
446 dumpLineLocked(pw, indent, InteractiveState.NON_INTERACTIVE, "NonIntr", in dump()
448 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr", in dump()
453 private void dumpLineLocked(PrintWriter pw, String indent, in dumpLineLocked() method in BatterySavingStats