Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DBrightnessThrottlerTest.java175 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 DThermalManagerServiceTest.java237 .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 DSkinThermalStatusObserverTest.java98 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 DDisplayModeDirectorTest.java1238 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 DIThermalEventListener.aidl30 void notifyThrottling(in Temperature temperature); in notifyThrottling() method
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/clamper/
H A DBrightnessThermalClamperTest.java134 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 DPowerUITest.java124 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 DBrightnessThermalClamper.java83 public void notifyThrottling(Temperature temperature) {
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DThermalManagerService.java257 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 DSkinThermalStatusObserver.java99 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in SkinThermalStatusObserver
H A DDisplayModeDirector.java1546 public void notifyThrottling(Temperature temp) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java717 @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 DBrightnessThrottler.java367 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in BrightnessThrottler.SkinThermalStatusObserver
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DThermalManagerServiceMockingTest.java78 mAidlCallbackCaptor.getValue().notifyThrottling(halT); in setCallback_aidl()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java5015 public void notifyThrottling(Temperature temp) {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37125 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