Searched refs:downloadServiceIntent (Results 1 – 1 of 1) sorted by relevance
94 Intent downloadServiceIntent = new Intent(); in testStartDownloadService() local95 downloadServiceIntent.setClassName("com.android.providers.downloads", in testStartDownloadService()97 getContext().startService(downloadServiceIntent); in testStartDownloadService()