Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContext.java2127 DOWNLOAD_SERVICE,
2685 public static final String DOWNLOAD_SERVICE = "download"; field in Context
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java149 Context.DOWNLOAD_SERVICE); in onReceive()
241 mDownloadManager = (DownloadManager)mContext.getSystemService(Context.DOWNLOAD_SERVICE); in setUp()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java235 mDownloadManager = (DownloadManager)mContext.getSystemService(Context.DOWNLOAD_SERVICE); in setUp()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java118 mDownloadManager = (DownloadManager)mContext.getSystemService(Context.DOWNLOAD_SERVICE); in initialize()
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd243 {@link android.content.Context#DOWNLOAD_SERVICE}. Applications that request
/frameworks/base/core/java/android/app/
DContextImpl.java426 registerService(DOWNLOAD_SERVICE, new ServiceFetcher() { in registerService() argument
/frameworks/base/api/
Dcurrent.txt7215 field public static final java.lang.String DOWNLOAD_SERVICE = "download";