Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationBitmapJobService.java84 ZonedDateTime tomorrow2AM = today2AM.plusDays(1); in getRunAfterMs() local
86 return getTimeUntilRemoval(now, today2AM, tomorrow2AM); in getRunAfterMs()
91 ZonedDateTime tomorrow2AM) { in getTimeUntilRemoval() argument
93 return Duration.between(now, tomorrow2AM).toMillis(); in getTimeUntilRemoval()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationBitmapJobServiceTest.java121 ZonedDateTime tomorrow2AM = today2AM.plusDays(1); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am() local
124 /* now= */ today1AM, today2AM, tomorrow2AM); in testGetTimeUntilRemoval_beforeToday2am_returnTimeUntilToday2am()
140 ZonedDateTime tomorrow2AM = today2AM.plusDays(1); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am() local
143 today2AM, tomorrow2AM); in testGetTimeUntilRemoval_afterToday2am_returnTimeUntilTomorrow2am()