Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DRequestQueue.java221 public void cancelAll(RequestFilter filter) { in cancelAll() method in RequestQueue
235 public void cancelAll(final Object tag) { in cancelAll() method in RequestQueue
239 cancelAll( in cancelAll()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobScheduler.java31 protected abstract void cancelAll(); in cancelAll() method in ShadowJobScheduler
67 public void cancelAll() { in cancelAll() method in ShadowJobScheduler.ShadowJobSchedulerImpl
DShadowNotificationManager.java64 protected void cancelAll() { in cancelAll() method in ShadowNotificationManager
/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java95 cancelAll(); in preload()
140 private void cancelAll() { in cancelAll() method in ListPreloader
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowJobSchedulerTest.java48 public void cancelAll() { in cancelAll() method in ShadowJobSchedulerTest
60 jobScheduler.cancelAll(); in cancelAll()
DShadowNotificationManagerTest.java496 notificationManager.cancelAll(); in testCancelAll()
/external/volley/src/test/java/com/android/volley/
DRequestQueueTest.java68 queue.cancelAll(tagA); in cancelAll_onlyCorrectTag()