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

/frameworks/base/core/java/com/android/internal/os/
H A DBatterySipper.java28 public DrainType drainType;
115 public enum DrainType { enum in class:BatterySipper
131 public BatterySipper(DrainType drainType, Uid uid, double value) {
146 if (drainType == DrainType.OVERCOUNTED) {
149 } else if (other.drainType == DrainType.OVERCOUNTED) {

Completed in 179 milliseconds