Home
last modified time | relevance | path

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

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessThrottlerTest.java177 listener.notifyThrottling(getSkinTemp(level.thermalStatus - 1)); in testThermalThrottlingSingleLevel()
184 listener.notifyThrottling(getSkinTemp(level.thermalStatus)); in testThermalThrottlingSingleLevel()
192 listener.notifyThrottling(getSkinTemp(level.thermalStatus + 1)); in testThermalThrottlingSingleLevel()
200 listener.notifyThrottling(getSkinTemp(level.thermalStatus)); in testThermalThrottlingSingleLevel()
208 listener.notifyThrottling(getSkinTemp(level.thermalStatus - 1)); in testThermalThrottlingSingleLevel()
235 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus - 1)); in testThermalThrottlingMultiLevel()
242 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus)); in testThermalThrottlingMultiLevel()
250 listener.notifyThrottling(getSkinTemp(levelLo.thermalStatus + 1)); in testThermalThrottlingMultiLevel()
258 listener.notifyThrottling(getSkinTemp(levelHi.thermalStatus)); in testThermalThrottlingMultiLevel()
266 listener.notifyThrottling(getSkinTemp(levelHi.thermalStatus + 1)); in testThermalThrottlingMultiLevel()
[all …]
DExternalDisplayPolicyTest.java289 thermalListener.notifyThrottling(SEVERE_TEMPERATURE); in testOnCriticalTemperature_disallowAndAllowExternalDisplay()
290 thermalListener.notifyThrottling(MODERATE_TEMPERATURE); in testOnCriticalTemperature_disallowAndAllowExternalDisplay()
298 thermalEventListener.notifyThrottling(t); in setTemperature()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DSkinThermalStatusObserverTest.java100 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testNotifyWithDefaultVotesForCritical()
130 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testNotifyWithDefaultVotesChangeFromCriticalToSevere()
132 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testNotifyWithDefaultVotesChangeFromCriticalToSevere()
146 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testNotifyWithDefaultVotesForSevere()
168 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_SEVERE)); in testNotifiesWithConfigVotes()
187 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testDisplayAdded()
209 mObserver.notifyThrottling(createTemperature(Temperature.THROTTLING_CRITICAL)); in testDisplayAddedAndThenImmediatelyRemoved()
DDisplayModeDirectorTest.java1654 listener.notifyThrottling(temp);
1754 listener.notifyThrottling(temp);
3093 listener.notifyThrottling(getSkinTemp(Temperature.THROTTLING_CRITICAL)); in testSkinTemperature()
3099 listener.notifyThrottling(getSkinTemp(Temperature.THROTTLING_SEVERE)); in testSkinTemperature()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DThermalManagerServiceTest.java231 .times(0)).notifyThrottling(any(Temperature.class)); in setUp()
235 .times(0)).notifyThrottling(any(Temperature.class)); in setUp()
242 .times(4)).notifyThrottling(captor.capture()); in setUp()
248 .times(2)).notifyThrottling(captor.capture()); in setUp()
275 .times(4)).notifyThrottling(captor.capture()); in testRegister()
285 .times(4)).notifyThrottling(any(Temperature.class)); in testRegister()
290 .times(2)).notifyThrottling(captor.capture()); in testRegister()
305 .times(1)).notifyThrottling(newBattery); in testNotify()
309 .times(0)).notifyThrottling(newBattery); in testNotify()
317 .times(1)).notifyThrottling(newSkin); in testNotify()
[all …]
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/clamper/
DBrightnessThermalClamperTest.java135 thermalEventListener.notifyThrottling(createSkinTemperature(throttlingStatus)); in testNotifyThrottlingAfterOnDisplayChange()
147 thermalEventListener.notifyThrottling(createSkinTemperature(throttlingStatus)); in testOnDisplayChangeAfterNotifyThrottling()
161 thermalEventListener.notifyThrottling(createSkinTemperature(Temperature.THROTTLING_SEVERE)); in testOverrideData()
206 thermalEventListener.notifyThrottling(createSkinTemperature(severity)); in testDisplaySensorBasedThrottling()
210 thermalEventListener.notifyThrottling(createDisplayTemperature("OTHER-SENSOR", severity)); in testDisplaySensorBasedThrottling()
217 thermalEventListener.notifyThrottling(createDisplayTemperature(tempSensor.name, severity)); in testDisplaySensorBasedThrottling()
/frameworks/base/core/java/android/os/
DIThermalEventListener.aidl30 void notifyThrottling(in Temperature temperature); in notifyThrottling() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
DPowerUITest.java121 mSkinThermalEventListener.notifyThrottling(temp); in testSkinWarning_throttlingCritical()
134 mSkinThermalEventListener.notifyThrottling(temp); in testSkinWarning_throttlingEmergency()
152 mSkinThermalEventListener.notifyThrottling(temp); in testSkinWarning_throttlingEmergency_butVrMode()
164 mUsbThermalEventListener.notifyThrottling(temp); in testUsbAlarm_throttlingCritical()
176 mUsbThermalEventListener.notifyThrottling(temp); in testUsbAlarm_throttlingEmergency()
/frameworks/base/services/core/java/com/android/server/display/mode/
DSkinThermalStatusObserver.java99 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in SkinThermalStatusObserver
DDisplayModeDirector.java1704 public void notifyThrottling(Temperature temp) {
/frameworks/base/services/core/java/com/android/server/display/
DExternalDisplayPolicy.java380 public void notifyThrottling(@NonNull final Temperature temp) { in notifyThrottling() method in ExternalDisplayPolicy.SkinThermalStatusObserver
DBrightnessThrottler.java381 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in BrightnessThrottler.SkinThermalStatusObserver
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java742 @Override public void notifyThrottling(Temperature temp) { in notifyThrottling() method in PowerUI.SkinThermalEventListener
761 @Override public void notifyThrottling(Temperature temp) { in notifyThrottling() method in PowerUI.UsbThermalEventListener
/frameworks/base/services/core/java/com/android/server/display/brightness/clamper/
DBrightnessThermalClamper.java257 public void notifyThrottling(Temperature temp) { in notifyThrottling() method in BrightnessThermalClamper.ThermalStatusObserver
/frameworks/base/services/core/java/com/android/server/power/
DThermalManagerService.java275 listener.notifyThrottling(temperature); in postEventListener()
988 @Override public void notifyThrottling(
1310 public void notifyThrottling(boolean isThrottling,
1449 public void notifyThrottling(
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
DThermalManagerServiceMockingTest.java78 mAidlCallbackCaptor.getValue().notifyThrottling(halT); in setCallback_aidl()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java5190 public void notifyThrottling(Temperature temp) {
/frameworks/base/services/
Dart-wear-profile10610 PLcom/android/server/display/ExternalDisplayPolicy$SkinThermalStatusObserver;->notifyThrottling(Lan…
11019 …ndroid/server/display/brightness/clamper/BrightnessThermalClamper$1;->lambda$notifyThrottling$0(I)V
11020 PLcom/android/server/display/brightness/clamper/BrightnessThermalClamper$1;->notifyThrottling(Landr…
11446 PLcom/android/server/display/mode/SkinThermalStatusObserver;->notifyThrottling(Landroid/os/Temperat…
21617 PLcom/android/server/power/ThermalManagerService$ThermalHalAidlWrapper$1;->notifyThrottling(Landroi…
22904 PLcom/android/server/stats/pull/StatsPullAtomService$ThermalEventListener;->notifyThrottling(Landro…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt36482 Landroid/os/IThermalEventListener$Stub$Proxy;->notifyThrottling(ZLandroid/os/Temperature;)V
36487 Landroid/os/IThermalEventListener;->notifyThrottling(ZLandroid/os/Temperature;)V
36492 Landroid/os/IThermalService$Stub$Proxy;->notifyThrottling(ZLandroid/os/Temperature;)V
36503 Landroid/os/IThermalService;->notifyThrottling(ZLandroid/os/Temperature;)V