Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DBootNotificationCreator.java113 LocalDateTime postTime = now.toLocalDate().atTime(REBOOT_HOUR, REBOOT_MINUTE); in onPropertiesChanged() local
116 currentTime.isBefore(postTime) ? postTime : postTime.plusDays(1); in onPropertiesChanged()
199 LocalDateTime postTime = in tryAgainIn24Hours() local
201 long scheduledPostTimeLong = postTime in tryAgainIn24Hours()
/packages/apps/Car/Notification/src/com/android/car/notification/
DAlertEntry.java45 public AlertEntry(StatusBarNotification statusBarNotification, long postTime) { in AlertEntry() argument
47 mPostTime = postTime; in AlertEntry()