Home
last modified time | relevance | path

Searched refs:onTwilightStateChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightListener.java28 void onTwilightStateChanged(@Nullable TwilightState state); in onTwilightStateChanged() method
DTwilightService.java229 handler.post(() -> listener.onTwilightStateChanged(state)); in updateTwilightState()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java282 mTwilightListener.onTwilightStateChanged(mTwilightState); in setNightModeActivated_overridesFunctionCorrectly()
288 mTwilightListener.onTwilightStateChanged(mTwilightState); in setNightModeActivated_overridesFunctionCorrectly()
672 mTwilightListener.onTwilightStateChanged(mTwilightState); in nightModeAuto_thenChangeToCustomTypeBedtime_notInBedtime_shouldDeactivateNightMode()
687 mTwilightListener.onTwilightStateChanged(mTwilightState); in nightModeAuto_thenChangeToCustomTypeBedtime_duringBedtime_shouldActivateNightMode()
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1392 entry.getKey().onTwilightStateChanged(state); in setTwilightState()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1325 public void onTwilightStateChanged(@Nullable TwilightState state) { in onTwilightStateChanged() method in ColorDisplayService.TwilightNightDisplayAutoMode
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java317 public void onTwilightStateChanged(@Nullable TwilightState state) {