Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java68 private static final int THROTTLING_INVALID = -1; field in BrightnessThrottler
187 mThrottlingStatus = THROTTLING_INVALID; in stop()
233 if (mThrottlingStatus != THROTTLING_INVALID && mThermalThrottlingData != null) { in updateThermalThrottling()