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

/frameworks/base/core/java/com/android/internal/os/
H A DBatterySipper.java27 public DrainType drainType; field in class:BatterySipper
94 public BatterySipper(DrainType drainType, Uid uid, double value) { argument
96 this.drainType = drainType;
108 if (drainType != other.drainType) {
109 if (drainType == DrainType.OVERCOUNTED) {
112 } else if (other.drainType == DrainType.OVERCOUNTED) {
H A DBatteryStatsHelper.java688 private BatterySipper addEntry(DrainType drainType, long time, double power) { argument
689 BatterySipper bs = new BatterySipper(drainType, null, 0);

Completed in 51 milliseconds