Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/eco/
DEnergyModesHelper.java47 public static final String NAMESPACE_LOW_POWER_STANDBY = "low_power_standby"; field in EnergyModesHelper
229 boolean customPoliciesEnabled = DeviceConfig.getBoolean(NAMESPACE_LOW_POWER_STANDBY, in areEnergyModesEnabled()
278 return DeviceConfig.getBoolean(NAMESPACE_LOW_POWER_STANDBY, in isEnergyModeEnabled()
345 String string = DeviceConfig.getString(NAMESPACE_LOW_POWER_STANDBY, key, null); in getDeviceConfigStringArray()
415 NAMESPACE_LOW_POWER_STANDBY, "policy_" + identifier + "_allowed_reasons", -1); in getAllowedReasons()