Class ShadowDownloadManager


  • @Implements(android.app.DownloadManager.class)
    public class ShadowDownloadManager
    extends java.lang.Object
    • Constructor Detail

      • ShadowDownloadManager

        public ShadowDownloadManager()
    • Method Detail

      • enqueue

        @Implementation
        protected long enqueue​(android.app.DownloadManager.Request request)
      • remove

        @Implementation
        protected int remove​(long... ids)
      • query

        @Implementation
        protected android.database.Cursor query​(android.app.DownloadManager.Query query)
      • getRequest

        public android.app.DownloadManager.Request getRequest​(long id)
      • getRequestCount

        public int getRequestCount()