Home
last modified time | relevance | path

Searched refs:sunrise (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightState.java53 public LocalDateTime sunrise() { in sunrise() method in TwilightState
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1234 final LocalTime sunrise = getLocalTimeRelativeToNow(sunriseOffset); in getTwilightStateRelativeToNow() local
1243 long sunriseMillis = ColorDisplayService.getDateTimeBefore(sunrise, now) in getTwilightStateRelativeToNow()
1253 sunriseMillis = ColorDisplayService.getDateTimeAfter(sunrise, now) in getTwilightStateRelativeToNow()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1019 final LocalDateTime sunrise = state.sunrise(); in updateActivated() local
1022 if (mLastActivatedTime.isBefore(now) && (mLastActivatedTime.isBefore(sunrise) in updateActivated()