Home
last modified time | relevance | path

Searched refs:mDrainType (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageDetail.java128 private DrainType mDrainType; field in PowerUsageDetail
178 mDrainType = (DrainType) args.getSerializable(EXTRA_DRAIN_TYPE); in createDetails()
359 switch (mDrainType) { in fillControlsSection()
545 return getResources().getString(sDrainTypeDesciptions[mDrainType.ordinal()]); in getDescriptionForDrainType()