public abstract static class BatteryStats.Counter extends Object
Constructor and Description |
---|
Counter() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getCountLocked(int which)
Returns the count associated with this Counter for the
selected type of statistics.
|
abstract void |
logState(Printer pw,
String prefix)
Temporary for debugging.
|