Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1239 long sunsetMillis = ColorDisplayService.getDateTimeBefore(sunset, now) in getTwilightStateRelativeToNow()
1243 long sunriseMillis = ColorDisplayService.getDateTimeBefore(sunrise, now) in getTwilightStateRelativeToNow()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java587 static LocalDateTime getDateTimeBefore(LocalTime localTime, LocalDateTime compareTime) { in getDateTimeBefore() method in ColorDisplayService
919 final LocalDateTime start = getDateTimeBefore(mStartTime, now); in updateActivated()
/frameworks/base/services/
Dart-profile6949 HSPLcom/android/server/display/color/ColorDisplayService;->getDateTimeBefore(Ljava/time/LocalTime;L…
/frameworks/base/api/
Dcurrent.txt68925 method public java.time.LocalDateTime getDateTimeBefore();