Home
last modified time | relevance | path

Searched refs:cancelAll (Results 1 – 8 of 8) sorted by relevance

/development/samples/ShortcutDemo/publisher/src/com/example/android/pm/shortcutdemo/
DShortcutReceiver.java30 context.getSystemService(NotificationManager.class).cancelAll(); in onReceive()
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java128 NotificationManagerCompat.from(this).cancelAll(); in processIncoming()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java312 public static void cancelAll() { in cancelAll() method in PhotoManager
DDisplayActivity.java296 PhotoManager.cancelAll();
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/
DMainActivity.java165 tm.cancelAll(); in cancelAllJobs()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java95 mNotificationManager.cancelAll(); in MediaNotificationManager()
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java199 NotificationManagerCompat.from(this).cancelAll(); in updateNotifications()
/development/samples/browseable/Quiz/Wearable/src/com.example.android.wearable.quiz/
DQuizListenerService.java171 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).cancelAll(); in onMessageReceived()