Searched refs:mRemoveAlertRunnable (Results 1 – 1 of 1) sorted by relevance
276 @Nullable protected Runnable mRemoveAlertRunnable; field in AlertingNotificationManager.AlertEntry285 mRemoveAlertRunnable = removeAlertRunnable; in setEntry()310 mHandler.postDelayed(mRemoveAlertRunnable, removeDelay); in updateEntry()341 mRemoveAlertRunnable = null; in reset()348 if (mRemoveAlertRunnable != null) { in removeAutoRemovalCallbacks()349 mHandler.removeCallbacks(mRemoveAlertRunnable); in removeAutoRemovalCallbacks()357 if (mRemoveAlertRunnable != null) { in removeAsSoonAsPossible()359 mHandler.postDelayed(mRemoveAlertRunnable, in removeAsSoonAsPossible()