Searched refs:makeDownloadIntent (Results 1 – 3 of 3) sorted by relevance
198 private fun makeDownloadIntent(testFile: File) = DownloadService.makeDownloadIntent( in makeDownloadIntent() method in com.android.captiveportallogin.DownloadServiceTest224 val downloadIntent1 = makeDownloadIntent(testFile1) in makeDownloadIntent()225 val downloadIntent2 = makeDownloadIntent(testFile2) in makeDownloadIntent()289 val downloadIntent = makeDownloadIntent(testFile) in testTapDoneNotification()
152 public static Intent makeDownloadIntent(Context packageContext, Network network, in makeDownloadIntent() method in DownloadService
407 final Intent downloadIntent = DownloadService.makeDownloadIntent(getApplicationContext(), in onActivityResult()