Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt184 private fun makeDownloadIntent(testFile: File) = DownloadService.makeDownloadIntent( in makeDownloadIntent() method
210 val downloadIntent1 = makeDownloadIntent(testFile1) in makeDownloadIntent()
211 val downloadIntent2 = makeDownloadIntent(testFile2) in makeDownloadIntent()
275 val downloadIntent = makeDownloadIntent(testFile) in testTapDoneNotification()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java152 public static Intent makeDownloadIntent(Context packageContext, Network network, in makeDownloadIntent() method in DownloadService
DCaptivePortalLoginActivity.java407 final Intent downloadIntent = DownloadService.makeDownloadIntent(getApplicationContext(), in onActivityResult()