HomeSort by relevance Sort by last modified time
    Searched refs:LongCounter (Results 1 - 7 of 7) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
HealthStatsBatteryStatsWriter.java 169 for (final BatteryStats.LongCounter counter: controller.getTxTimeCounters()) {
188 for (final BatteryStats.LongCounter counter: controller.getTxTimeCounters()) {
207 for (final BatteryStats.LongCounter counter: controller.getTxTimeCounters()) {
  /frameworks/base/core/java/android/os/
BatteryStats.java 279 public static abstract class LongCounter {
301 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
304 public abstract LongCounter getIdleTimeCounter();
307 * @return a non-null {@link LongCounter} representing time spent (milliseconds) in the
310 public abstract LongCounter getRxTimeCounter();
313 * An array of {@link LongCounter}, representing various transmit levels, where each level
315 * @return non-null array of {@link LongCounter}s representing time spent (milliseconds) in
318 public abstract LongCounter[] getTxTimeCounters();
321 * @return a non-null {@link LongCounter} representing the power consumed by the controller
325 public abstract LongCounter getPowerCounter()
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 574 public LongCounter getDischargeScreenOffCoulombCounter() {
579 public LongCounter getDischargeCoulombCounter() {
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 235 milliseconds