Home
last modified time | relevance | path

Searched refs:nextMidnight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DDateTimeView.java333 LocalDateTime nextMidnight = LocalDateTime.of(tomorrow, LocalTime.MIDNIGHT); in computeNextMidnight() local
334 return toEpochMillis(nextMidnight, zoneId); in computeNextMidnight()
/frameworks/base/core/tests/coretests/src/android/text/format/
DDateIntervalFormatTest.java417 long nextMidnight = 2 * DAY; in test10560853_when_time_not_displayed() local
419 formatDateRange(l, utc, midnight, nextMidnight, flags)); in test10560853_when_time_not_displayed()