public abstract static class BatteryStats.LongCounter extends Object
Constructor and Description |
---|
LongCounter() |
Modifier and Type | Method and Description |
---|---|
abstract long |
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.
|