Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java264 @Nullable protected Runnable mRemoveAlertRunnable; field in AlertingNotificationManager.AlertEntry
273 mRemoveAlertRunnable = removeAlertRunnable; in setEntry()
297 mHandler.postDelayed(mRemoveAlertRunnable, timeLeft); in updateEntry()
334 mRemoveAlertRunnable = null; in reset()
341 if (mRemoveAlertRunnable != null) { in removeAutoRemovalCallbacks()
342 mHandler.removeCallbacks(mRemoveAlertRunnable); in removeAutoRemovalCallbacks()
350 if (mRemoveAlertRunnable != null) { in removeAsSoonAsPossible()
354 mHandler.postDelayed(mRemoveAlertRunnable, timeLeft); in removeAsSoonAsPossible()