Searched refs:cancelNotification (Results 1 – 6 of 6) sorted by relevance
50 cancelNotification(); in onCreate()67 private void cancelNotification() { in cancelNotification() method in SendNotification
274 private StatusBarNotification getNotification(boolean cancelNotification) throws Throwable { in getNotification() argument296 if (cancelNotification) { in getNotification()297 notificationService.cancelNotification(notification.getKey()); in getNotification()307 notificationService.cancelNotification(notification.getKey()); in getNotification()
112 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()
724 MockListener.getInstance().cancelNotification( in test()767 MockListener.getInstance().cancelNotification( in test()828 MockListener.getInstance().cancelNotification( in test()
450 private void cancelNotification(int id) { in cancelNotification() method in ServiceTest1001 cancelNotification(1); in testForegroundService_detachNotificationOnStop()
2343 mListener.cancelNotification(sbn.getPackageName(), sbn.getTag(), sbn.getId()); in testNotificationListener_cancelNotifications()