Searched refs:cancelNotification (Results 1 – 7 of 7) sorted by relevance
60 ACTION_CANCEL_7 -> cancelNotification(NotificationPreset.Preset7) in onCreate()61 ACTION_CANCEL_8 -> cancelNotification(NotificationPreset.Preset8) in onCreate()62 else -> NotificationPreset.values().forEach(::cancelNotification) in onCreate()75 private fun cancelNotification(preset: NotificationPreset) { in cancelNotification() method
50 cancelNotification(); in onCreate()67 private void cancelNotification() { in cancelNotification() method in SendNotification
346 private StatusBarNotification getNotification(boolean cancelNotification) throws Throwable { in getNotification() argument356 if (cancelNotification) { in getNotification()357 notificationService.cancelNotification(notification.getKey()); in getNotification()
103 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()
880 MockListener.getInstance().cancelNotification( in test()923 MockListener.getInstance().cancelNotification( in test()984 MockListener.getInstance().cancelNotification( in test()
500 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest1118 cancelNotification(1); in testForegroundService_detachNotificationOnStop()
3227 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()