Searched defs:LongCounter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java404 public static abstract class LongCounter { class in class:BatteryStats
444 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
447 public abstract LongCounter getIdleTimeCounter();
450 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
453 public abstract LongCounter getScanTimeCounter();
456 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
459 public abstract LongCounter getSleepTimeCounter();
462 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
465 public abstract LongCounter getRxTimeCounter();
468 * An array of {@link LongCounter}, representin
[all...]

Completed in 15 milliseconds