Home
last modified time | relevance | path

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

/core/core/src/main/java/androidx/core/content/
DContextCompat.java35 import static android.content.Context.DOWNLOAD_SERVICE;
1024 SERVICES.put(DownloadManager.class, DOWNLOAD_SERVICE); in SERVICES.put() argument
/core/core/src/androidTest/java/androidx/core/content/
DContextCompatTest.java34 import static android.content.Context.DOWNLOAD_SERVICE;
222 assertEquals(DOWNLOAD_SERVICE, in getSystemServiceName()