Searched refs:mRemoveAlertRunnable (Results 1 – 1 of 1) sorted by relevance
283 @Nullable protected Runnable mRemoveAlertRunnable; field in AlertingNotificationManager.AlertEntry292 mRemoveAlertRunnable = removeAlertRunnable; in setEntry()317 mHandler.postDelayed(mRemoveAlertRunnable, removeDelay); in updateEntry()348 mRemoveAlertRunnable = null; in reset()355 if (mRemoveAlertRunnable != null) { in removeAutoRemovalCallbacks()356 mHandler.removeCallbacks(mRemoveAlertRunnable); in removeAutoRemovalCallbacks()364 if (mRemoveAlertRunnable != null) { in removeAsSoonAsPossible()366 mHandler.postDelayed(mRemoveAlertRunnable, in removeAsSoonAsPossible()