Home
last modified time | relevance | path

Searched defs:cancelAll (Results 1 – 5 of 5) sorted by relevance

/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/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
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowJobSchedulerTest.java48 public void cancelAll() { in cancelAll() method in ShadowJobSchedulerTest
/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java140 private void cancelAll() { in cancelAll() method in ListPreloader