Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightListener.java28 void onTwilightStateChanged(@Nullable TwilightState state); in onTwilightStateChanged() method
DTwilightService.java227 listener.onTwilightStateChanged(state); in updateTwilightState()
/frameworks/base/services/core/java/com/android/server/display/
DNightDisplayService.java599 public void onTwilightStateChanged(@Nullable TwilightState state) { in onTwilightStateChanged() method in NightDisplayService.TwilightAutoMode
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNightDisplayServiceTest.java1018 entry.getKey().onTwilightStateChanged(state); in setTwilightState()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java173 public void onTwilightStateChanged(@Nullable TwilightState state) {