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

/frameworks/support/volley/src/com/android/volley/
H A DRequestQueue.java169 * {@link RequestQueue#cancelAll(RequestFilter)}.
179 public void cancelAll(RequestFilter filter) { method in class:RequestQueue
193 public void cancelAll(final Object tag) { method in class:RequestQueue
195 throw new IllegalArgumentException("Cannot cancelAll with a null tag");
197 cancelAll(new RequestFilter() {
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java67 mNotificationManager.cancelAll();
/frameworks/base/core/java/android/app/
H A DNotificationManager.java207 public void cancelAll() method in class:NotificationManager
211 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
/frameworks/support/volley/tests/src/com/android/volley/
H A DRequestQueueTest.java126 queue.cancelAll(tagA);
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java437 cancelAll(ActivityManager.getCurrentUser());
1346 void cancelAll(int userId) { method in class:NotificationManagerService

Completed in 142 milliseconds