Searched refs:drainType (Results 1 – 3 of 3) sorted by relevance
27 public DrainType drainType; field in BatterySipper94 public BatterySipper(DrainType drainType, Uid uid, double value) { in BatterySipper() argument96 this.drainType = drainType; in BatterySipper()108 if (drainType != other.drainType) { in compareTo()109 if (drainType == DrainType.OVERCOUNTED) { in compareTo()112 } else if (other.drainType == DrainType.OVERCOUNTED) { in compareTo()
688 private BatterySipper addEntry(DrainType drainType, long time, double power) { in addEntry() argument689 BatterySipper bs = new BatterySipper(drainType, null, 0); in addEntry()
3045 switch (bs.drainType) { in dumpCheckinLocked()3877 switch (bs.drainType) { in dumpLocked()