Home
last modified time | relevance | path

Searched refs:calculatePostTime (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DAlertEntry.java37 mPostTime = calculatePostTime(); in AlertEntry()
48 mPostTime = calculatePostTime(); in updatePostTime()
60 private long calculatePostTime() { in calculatePostTime() method in AlertEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java294 mPostTime = calculatePostTime(); in setEntry()
375 protected long calculatePostTime() { in calculatePostTime() method in AlertingNotificationManager.AlertEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java467 protected long calculatePostTime() { in calculatePostTime() method in HeadsUpManager.HeadsUpEntry
469 return super.calculatePostTime() + mTouchAcceptanceDelay; in calculatePostTime()