Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java207 public long getAndResetLastActionUpTime() { in getAndResetLastActionUpTime() method in ActivatableNotificationView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarNotificationActivityStarter.java455 long eventTime = row.getAndResetLastActionUpTime(); in startNotificationIntent()