Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java295 final long finishTime = calculateFinishTime(); in updateEntry()
370 protected long calculateFinishTime() { in calculateFinishTime() method in AlertingNotificationManager.AlertEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhone.java502 protected long calculateFinishTime() { in calculateFinishTime() method in HeadsUpManagerPhone.HeadsUpEntryPhone
503 return super.calculateFinishTime() + (extended ? mExtensionTime : 0); in calculateFinishTime()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java524 protected long calculateFinishTime() { in calculateFinishTime() method in HeadsUpManager.HeadsUpEntry