Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/eco/
DEnergyModesHelper.java76 public final int ecoHintIconRes; field in EnergyModesHelper.EnergyMode
102 @DrawableRes int ecoHintIconRes, @ArrayRes int baseExemptPackagesRes, in EnergyMode() argument
116 this.ecoHintIconRes = ecoHintIconRes; in EnergyMode()
DEnergyModeConfirmationActivity.java146 if (energyMode.ecoHintIconRes != 0) { in newInstance()
147 hintIcon = Icon.createWithResource(context, energyMode.ecoHintIconRes); in newInstance()