Searched refs:deviceSupportsThrottling (Results 1 – 3 of 3) sorted by relevance
161 boolean deviceSupportsThrottling() { in deviceSupportsThrottling() method in BrightnessThrottler226 if (!deviceSupportsThrottling()) { in updateThermalThrottling()322 if (deviceSupportsThrottling()) { in resetThermalThrottlingData()
152 assertFalse(throttler.deviceSupportsThrottling()); in testThermalThrottlingUnsupported()170 assertTrue(throttler.deviceSupportsThrottling()); in testThermalThrottlingSingleLevel()228 assertTrue(throttler.deviceSupportsThrottling()); in testThermalThrottlingMultiLevel()307 assertTrue(throttler.deviceSupportsThrottling()); in testThermalThrottlingWithDisplaySensor()
10057 PLcom/android/server/display/BrightnessThrottler;->deviceSupportsThrottling()Z