Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DDownloadProviderPermissionsTest.java94 Intent downloadServiceIntent = new Intent(); in testStartDownloadService() local
95 downloadServiceIntent.setClassName("com.android.providers.downloads", in testStartDownloadService()
97 getContext().startService(downloadServiceIntent); in testStartDownloadService()