Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DBrightnessThrottler.java161 boolean deviceSupportsThrottling() { in deviceSupportsThrottling() method in BrightnessThrottler
226 if (!deviceSupportsThrottling()) { in updateThermalThrottling()
322 if (deviceSupportsThrottling()) { in resetThermalThrottlingData()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessThrottlerTest.java152 assertFalse(throttler.deviceSupportsThrottling()); in testThermalThrottlingUnsupported()
170 assertTrue(throttler.deviceSupportsThrottling()); in testThermalThrottlingSingleLevel()
228 assertTrue(throttler.deviceSupportsThrottling()); in testThermalThrottlingMultiLevel()
307 assertTrue(throttler.deviceSupportsThrottling()); in testThermalThrottlingWithDisplaySensor()
/frameworks/base/services/
Dart-wear-profile10057 PLcom/android/server/display/BrightnessThrottler;->deviceSupportsThrottling()Z