Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/brightness/
DStrategySelectionNotifyRequest.java29 public final class StrategySelectionNotifyRequest { class
51 public StrategySelectionNotifyRequest( in StrategySelectionNotifyRequest() method in StrategySelectionNotifyRequest
72 if (!(obj instanceof StrategySelectionNotifyRequest)) { in equals()
75 StrategySelectionNotifyRequest other = (StrategySelectionNotifyRequest) obj; in equals()
DDisplayBrightnessStrategySelector.java309 private StrategySelectionNotifyRequest constructStrategySelectionNotifyRequest( in constructStrategySelectionNotifyRequest()
312 return new StrategySelectionNotifyRequest( in constructStrategySelectionNotifyRequest()
322 private void postProcess(StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in postProcess()
/frameworks/base/services/core/java/com/android/server/display/brightness/strategy/
DDisplayBrightnessStrategy.java23 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
62 StrategySelectionNotifyRequest strategySelectionNotifyRequest); in strategySelectionPostProcessor()
DDozeBrightnessStrategy.java23 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
53 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DOverrideBrightnessStrategy.java23 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
52 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DScreenOffBrightnessStrategy.java25 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
53 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DInvalidBrightnessStrategy.java25 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
51 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DBoostBrightnessStrategy.java25 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
65 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DFallbackBrightnessStrategy.java24 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
70 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DTemporaryBrightnessStrategy.java25 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
80 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DFollowerBrightnessStrategy.java25 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
89 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DOffloadBrightnessStrategy.java24 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
90 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DAutoBrightnessFallbackStrategy.java36 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
110 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
DAutomaticBrightnessStrategy.java36 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
333 StrategySelectionNotifyRequest strategySelectionNotifyRequest) { in strategySelectionPostProcessor()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/strategy/
DOffloadBrightnessStrategyTest.java32 import com.android.server.display.brightness.StrategySelectionNotifyRequest;
84 StrategySelectionNotifyRequest strategySelectionNotifyRequest = in strategySelectionPostProcessor_resetsOffloadBrightness()
85 mock(StrategySelectionNotifyRequest.class); in strategySelectionPostProcessor_resetsOffloadBrightness()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/brightness/
DDisplayBrightnessStrategySelectorTest.java428 StrategySelectionNotifyRequest strategySelectionNotifyRequest = in selectStrategyCallsPostProcessorForAllStrategies()
429 new StrategySelectionNotifyRequest(displayPowerRequest, Display.STATE_ON, in selectStrategyCallsPostProcessorForAllStrategies()