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()64 cancelNotification(NotificationPreset.Preset7) in onCreate()65 cancelNotification(NotificationPreset.Preset8) in onCreate()79 private fun cancelNotification(preset: NotificationPreset) { in cancelNotification() method
50 cancelNotification(); in onCreate()67 private void cancelNotification() { in cancelNotification() method in SendNotification
261 private StatusBarNotification getNotification(boolean cancelNotification) throws Throwable { in getNotification() argument262 return getNotification(cancelNotification, false); in getNotification()273 private StatusBarNotification getNotification(boolean cancelNotification, in getNotification() argument297 if (cancelNotification) { in getNotification()298 notificationService.cancelNotification(notification.getKey()); in getNotification()308 notificationService.cancelNotification(notification.getKey()); in getNotification()
103 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()
795 MockListener.getInstance().cancelNotification( in test()838 MockListener.getInstance().cancelNotification( in test()899 MockListener.getInstance().cancelNotification( in test()
493 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest1102 cancelNotification(1); in testForegroundService_detachNotificationOnStop()
3066 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()