Home
last modified time | relevance | path

Searched refs:sunset (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightState.java69 public LocalDateTime sunset() { in sunset() method in TwilightState
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
H A DColorDisplayServiceTest.java1325 final LocalTime sunset = getLocalTimeRelativeToNow(sunsetOffset); in getTwilightStateRelativeToNow() local
1331 long sunsetMillis = ColorDisplayService.getDateTimeBefore(sunset, now) in getTwilightStateRelativeToNow()
1340 sunsetMillis = ColorDisplayService.getDateTimeAfter(sunset, now) in getTwilightStateRelativeToNow()
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java1254 final LocalDateTime sunset = state.sunset(); in updateActivated() local
1257 ^ mLastActivatedTime.isBefore(sunset))) { in updateActivated()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17847 field @Deprecated public static final String SCENE_MODE_SUNSET = "sunset";