/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
H A D | BrightnessThrottlerTest.java | 175 listener.notifyThrottling(getSkinTemp(level.thermalStatus - 1)); in testThermalThrottlingSingleLevel() 182 listener.notifyThrottling(getSkinTemp(level.thermalStatus)); in testThermalThrottlingSingleLevel() 190 listener.notifyThrottling(getSkinTemp(level.thermalStatus + 1)); in testThermalThrottlingSingleLevel() 198 listener.notifyThrottling(getSkinTemp(level.thermalStatus)); in testThermalThrottlingSingleLevel() 206 listener.notifyThrottling(getSkinTemp(level.thermalStatus - 1)); in testThermalThrottlingSingleLevel() 233 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus - 1)); in testThermalThrottlingMultiLevel() 240 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus)); in testThermalThrottlingMultiLevel() 256 listener.notifyThrottling(getSkinTemp(levelHi.thermalStatus)); in testThermalThrottlingMultiLevel() 280 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus)); in testThermalThrottlingMultiLevel() 382 listener.notifyThrottling(getSkinTemp(level.thermalStatus - 1)); in testThermalThrottling() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceTest.java | 237 .times(4)).notifyThrottling(captor.capture()); in setUp() 243 .times(2)).notifyThrottling(captor.capture()); in setUp() 270 .times(4)).notifyThrottling(captor.capture()); in testRegister() 300 .times(1)).notifyThrottling(newBattery); in testNotify() 304 .times(0)).notifyThrottling(newBattery); in testNotify() 312 .times(1)).notifyThrottling(newSkin); in testNotify() 316 .times(1)).notifyThrottling(newSkin); in testNotify() 325 .times(1)).notifyThrottling(newBattery); in testNotify() 329 .times(0)).notifyThrottling(newBattery); in testNotify() 337 .times(1)).notifyThrottling(newSkin); in testNotify() [all …]
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | SkinThermalStatusObserverTest.java | 98 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testNotifyWithDefaultVotesForCritical() 124 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testNotifyWithDefaultVotesChangeFromCriticalToSevere() 126 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testNotifyWithDefaultVotesChangeFromCriticalToSevere() 140 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testNotifyWithDefaultVotesForSevere() 162 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testNotifiesWithConfigVotes() 179 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testDisplayAdded() 199 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testDisplayAddedAndThenImmediatelyRemoved()
|
H A D | DisplayModeDirectorTest.java | 1238 listener.notifyThrottling(temp); 1333 listener.notifyThrottling(temp); 2556 listener.notifyThrottling(getSkinTemp(Temperature.THROTTLING_CRITICAL)); in testSkinTemperature() 2562 listener.notifyThrottling(getSkinTemp(Temperature.THROTTLING_SEVERE)); in testSkinTemperature()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IThermalEventListener.aidl | 30 void notifyThrottling(in Temperature temperature); in notifyThrottling() method
|
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/clamper/ |
H A D | BrightnessThermalClamperTest.java | 134 thermalEventListener.notifyThrottling(createTemperature(throttlingStatus)); in testNotifyThrottlingAfterOnDisplayChange() 146 thermalEventListener.notifyThrottling(createTemperature(throttlingStatus)); in testOnDisplayChangeAfterNotifyThrottlng() 160 thermalEventListener.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testOverrideData()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/ |
H A D | PowerUITest.java | 124 mSkinThermalEventListener.notifyThrottling(temp); in testSkinWarning_throttlingCritical() 137 mSkinThermalEventListener.notifyThrottling(temp); in testSkinWarning_throttlingEmergency() 150 mUsbThermalEventListener.notifyThrottling(temp); in testUsbAlarm_throttlingCritical() 162 mUsbThermalEventListener.notifyThrottling(temp); in testUsbAlarm_throttlingEmergency()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/ |
H A D | BrightnessThermalClamper.java | 83 public void notifyThrottling(Temperature temperature) {
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | ThermalManagerService.java | 257 listener.notifyThrottling(temperature); in postEventListener() 724 @Override public void notifyThrottling( 1039 public void notifyThrottling(boolean isThrottling, 1178 public void notifyThrottling(
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/mode/ |
H A D | SkinThermalStatusObserver.java | 99 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in SkinThermalStatusObserver
|
H A D | DisplayModeDirector.java | 1546 public void notifyThrottling(Temperature temp) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
H A D | PowerUI.java | 717 @Override public void notifyThrottling(Temperature temp) { in notifyThrottling() method in PowerUI.SkinThermalEventListener 739 @Override public void notifyThrottling(Temperature temp) { in notifyThrottling() method in PowerUI.UsbThermalEventListener
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | BrightnessThrottler.java | 367 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in BrightnessThrottler.SkinThermalStatusObserver
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/ |
H A D | ThermalManagerServiceMockingTest.java | 78 mAidlCallbackCaptor.getValue().notifyThrottling(halT); in setCallback_aidl()
|
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/ |
H A D | StatsPullAtomService.java | 5015 public void notifyThrottling(Temperature temp) {
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 37125 Landroid/os/IThermalEventListener$Stub$Proxy;->notifyThrottling(ZLandroid/os/Temperature;)V 37130 Landroid/os/IThermalEventListener;->notifyThrottling(ZLandroid/os/Temperature;)V 37135 Landroid/os/IThermalService$Stub$Proxy;->notifyThrottling(ZLandroid/os/Temperature;)V 37146 Landroid/os/IThermalService;->notifyThrottling(ZLandroid/os/Temperature;)V
|