Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java5227 final long historyTotalSize = getHistoryTotalSize(); in dumpLocked() local
5232 pw.print((100*historyUsedSize)/historyTotalSize); in dumpLocked()
5236 printSizeValue(pw, historyTotalSize); in dumpLocked()