Searched refs:mDrainType (Results 1 – 1 of 1) sorted by relevance
128 private DrainType mDrainType; field in PowerUsageDetail178 mDrainType = (DrainType) args.getSerializable(EXTRA_DRAIN_TYPE); in createDetails()359 switch (mDrainType) { in fillControlsSection()545 return getResources().getString(sDrainTypeDesciptions[mDrainType.ordinal()]); in getDescriptionForDrainType()