Searched refs:cancelAll (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java26 * Don't actually use the notification framework's cancelAll since the SyncAdapter
29 public void cancelAll() { method in class:NotificationMgr
H A DAlertActivity.java284 nm.cancelAll();
H A DAlertService.java283 nm.cancelAll();
299 nm.cancelAll();
323 nm.cancelAll();
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraApp.java134 manager.cancelAll();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java94 public void cancelAll() { method in class:DownloadNotifier
95 mNotifManager.cancelAll();
H A DDownloadService.java203 mNotifier.cancelAll();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingService.java239 mNotifyMgr.cancelAll();
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DPublicApiFunctionalTest.java619 verify(mNotifManager, times(1)).cancelAll();
631 verify(mNotifManager, times(1)).cancelAll();
643 verify(mNotifManager, times(1)).cancelAll();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java158 mNotifier.mNotificationMgr.cancelAll();
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java341 nm.cancelAll();
379 nm.cancelAll();

Completed in 338 milliseconds