Searched refs:makeDownloadIntent (Results 1 – 3 of 3) sorted by relevance
247 private fun makeDownloadIntent(testFile: File) = DownloadService.makeDownloadIntent( in makeDownloadIntent() method273 val downloadIntent1 = makeDownloadIntent(testFile1) in makeDownloadIntent()274 val downloadIntent2 = makeDownloadIntent(testFile2) in makeDownloadIntent()336 val downloadIntent = makeDownloadIntent(testFile) in testTapDoneNotification()
152 public static Intent makeDownloadIntent(Context packageContext, Network network, in makeDownloadIntent() method in DownloadService
424 final Intent downloadIntent = DownloadService.makeDownloadIntent(getApplicationContext(), in onActivityResult()