Home
last modified time | relevance | path

Searched refs:strategySelectionNotifyRequest (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/
DOffloadBrightnessStrategyTest.java84 StrategySelectionNotifyRequest strategySelectionNotifyRequest = in strategySelectionPostProcessor_resetsOffloadBrightness() local
87 when(strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy()) in strategySelectionPostProcessor_resetsOffloadBrightness()
96 mOffloadBrightnessStrategy.strategySelectionPostProcessor(strategySelectionNotifyRequest); in strategySelectionPostProcessor_resetsOffloadBrightness()
103 mOffloadBrightnessStrategy.strategySelectionPostProcessor(strategySelectionNotifyRequest); in strategySelectionPostProcessor_resetsOffloadBrightness()
111 mOffloadBrightnessStrategy.strategySelectionPostProcessor(strategySelectionNotifyRequest); in strategySelectionPostProcessor_resetsOffloadBrightness()
/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/
DOffloadBrightnessStrategy.java90 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
93 if (!strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy().getName() in strategySelectionPostProcessor()
95 && !strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy().getName() in strategySelectionPostProcessor()
DAutomaticBrightnessStrategy.java333 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
335 setAutoBrightnessState(strategySelectionNotifyRequest.getTargetDisplayState(), in strategySelectionPostProcessor()
336 strategySelectionNotifyRequest.isAllowAutoBrightnessWhileDozingConfig(), in strategySelectionPostProcessor()
337 strategySelectionNotifyRequest.getSelectedDisplayBrightnessStrategy() in strategySelectionPostProcessor()
339 strategySelectionNotifyRequest.getDisplayPowerRequest().policy, in strategySelectionPostProcessor()
340 strategySelectionNotifyRequest.getLastUserSetScreenBrightness(), in strategySelectionPostProcessor()
341 strategySelectionNotifyRequest.isUserSetBrightnessChanged()); in strategySelectionPostProcessor()
DAutoBrightnessFallbackStrategy.java110 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
112 int targetDisplayState = strategySelectionNotifyRequest.getTargetDisplayState(); in strategySelectionPostProcessor()
114 strategySelectionNotifyRequest.isAutoBrightnessEnabled() && mIsEnabled in strategySelectionPostProcessor()
117 && !strategySelectionNotifyRequest in strategySelectionPostProcessor()
DDisplayBrightnessStrategy.java62 StrategySelectionNotifyRequest strategySelectionNotifyRequest); in strategySelectionPostProcessor() argument
DDozeBrightnessStrategy.java53 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DOverrideBrightnessStrategy.java52 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DScreenOffBrightnessStrategy.java53 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DInvalidBrightnessStrategy.java51 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DBoostBrightnessStrategy.java65 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DFallbackBrightnessStrategy.java70 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DTemporaryBrightnessStrategy.java80 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
DFollowerBrightnessStrategy.java89 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor() argument
/frameworks/base/services/core/java/com/android/server/display/brightness/
DDisplayBrightnessStrategySelector.java322 private void postProcess(StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in postProcess() argument
326 strategySelectionNotifyRequest); in postProcess()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/
DDisplayBrightnessStrategySelectorTest.java428 StrategySelectionNotifyRequest strategySelectionNotifyRequest = in selectStrategyCallsPostProcessorForAllStrategies() local
437 eq(strategySelectionNotifyRequest)); in selectStrategyCallsPostProcessorForAllStrategies()