Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java275 mPostTime = calculatePostTime(); in setEntry()
362 protected long calculatePostTime() { in calculatePostTime() method in AlertingNotificationManager.AlertEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java514 protected long calculatePostTime() { in calculatePostTime() method in HeadsUpManager.HeadsUpEntry
516 return super.calculatePostTime() + mTouchAcceptanceDelay; in calculatePostTime()