Home
last modified time | relevance | path

Searched defs:DOWNLOAD_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java428 registerService(Context.DOWNLOAD_SERVICE, DownloadManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4377 public static final String DOWNLOAD_SERVICE = "download"; field in Context