Searched refs:postTime (Results 1 – 2 of 2) sorted by relevance
113 LocalDateTime postTime = now.toLocalDate().atTime(REBOOT_HOUR, REBOOT_MINUTE); in onPropertiesChanged() local116 currentTime.isBefore(postTime) ? postTime : postTime.plusDays(1); in onPropertiesChanged()199 LocalDateTime postTime = in tryAgainIn24Hours() local201 long scheduledPostTimeLong = postTime in tryAgainIn24Hours()
45 public AlertEntry(StatusBarNotification statusBarNotification, long postTime) { in AlertEntry() argument47 mPostTime = postTime; in AlertEntry()