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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java318 public static abstract class LongCounter { class in class:BatteryStats
358 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
361 public abstract LongCounter getIdleTimeCounter();
364 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
367 public abstract LongCounter getRxTimeCounter();
370 * An array of {@link LongCounter}, representing various transmit levels, where each level
372 * @return non-null array of {@link LongCounter}s representing time spent (milliseconds) in
375 public abstract LongCounter[] getTxTimeCounters();
378 * @return a non-null {@link LongCounter} representing the power consumed by the controller
382 public abstract LongCounter getPowerCounte
[all...]

Completed in 69 milliseconds