Searched defs:cancelAll (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotificationManager.java162 public void cancelAll() method in class:NotificationManager
166 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
/frameworks/support/volley/src/com/android/volley/
H A DRequestQueue.java171 * {@link RequestQueue#cancelAll(RequestFilter)}.
181 public void cancelAll(RequestFilter filter) { method in class:RequestQueue
195 public void cancelAll(final Object tag) { method in class:RequestQueue
197 throw new IllegalArgumentException("Cannot cancelAll with a null tag");
199 cancelAll(new RequestFilter() {
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java429 cancelAll();
1283 void cancelAll() { method in class:NotificationManagerService

Completed in 371 milliseconds