Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightListener.java28 void onTwilightStateChanged(@Nullable TwilightState state); in onTwilightStateChanged() method
H A DTwilightService.java229 handler.post(() -> listener.onTwilightStateChanged(state)); in updateTwilightState()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/
H A DUiModeManagerServiceTest.java247 mTwilightListener.onTwilightStateChanged(mTwilightState); in setNightModeActivated_overridesFunctionCorrectly()
253 mTwilightListener.onTwilightStateChanged(mTwilightState); in setNightModeActivated_overridesFunctionCorrectly()
638 mTwilightListener.onTwilightStateChanged(mTwilightState); in nightModeAuto_thenChangeToCustomTypeBedtime_notInBedtime_shouldDeactivateNightMode()
653 mTwilightListener.onTwilightStateChanged(mTwilightState); in nightModeAuto_thenChangeToCustomTypeBedtime_duringBedtime_shouldActivateNightMode()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
H A DColorDisplayServiceTest.java1373 entry.getKey().onTwilightStateChanged(state); in setTwilightState()
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java1289 public void onTwilightStateChanged(@Nullable TwilightState state) { in onTwilightStateChanged() method in ColorDisplayService.TwilightNightDisplayAutoMode
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java288 public void onTwilightStateChanged(@Nullable TwilightState state) {