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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageDetail.java62 enum DrainType { enum in class:PowerUsageDetail
73 // Note: Must match the sequence of the DrainType
107 public static final String EXTRA_DRAIN_TYPE = "drainType"; // DrainType
128 private DrainType mDrainType;
178 mDrainType = (DrainType) args.getSerializable(EXTRA_DRAIN_TYPE);

Completed in 33 milliseconds