Searched refs:mRemoveAlertRunnable (Results 1 – 1 of 1) sorted by relevance
264 @Nullable protected Runnable mRemoveAlertRunnable; field in AlertingNotificationManager.AlertEntry273 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()