Searched refs:DOWNLOAD_SERVICE (Results 1 – 7 of 7) sorted by relevance
2127 DOWNLOAD_SERVICE,2685 public static final String DOWNLOAD_SERVICE = "download"; field in Context
149 Context.DOWNLOAD_SERVICE); in onReceive()241 mDownloadManager = (DownloadManager)mContext.getSystemService(Context.DOWNLOAD_SERVICE); in setUp()
235 mDownloadManager = (DownloadManager)mContext.getSystemService(Context.DOWNLOAD_SERVICE); in setUp()
118 mDownloadManager = (DownloadManager)mContext.getSystemService(Context.DOWNLOAD_SERVICE); in initialize()
243 {@link android.content.Context#DOWNLOAD_SERVICE}. Applications that request
426 registerService(DOWNLOAD_SERVICE, new ServiceFetcher() { in registerService() argument
7215 field public static final java.lang.String DOWNLOAD_SERVICE = "download";