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.java1313 final LocalTime sunrise = getLocalTimeRelativeToNow(sunriseOffset); in getTwilightStateRelativeToNow() local
1322 long sunriseMillis = ColorDisplayService.getDateTimeBefore(sunrise, now) in getTwilightStateRelativeToNow()
1332 sunriseMillis = ColorDisplayService.getDateTimeAfter(sunrise, now) in getTwilightStateRelativeToNow()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java1075 final LocalDateTime sunrise = state.sunrise(); in updateActivated() local
1078 if (mLastActivatedTime.isBefore(now) && (mLastActivatedTime.isBefore(sunrise) in updateActivated()