Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt336 val downloadIntent = makeDownloadIntent(testFile) in testTapDoneNotification() constant
339 context.startForegroundService(downloadIntent) in testTapDoneNotification()
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java424 final Intent downloadIntent = DownloadService.makeDownloadIntent(getApplicationContext(), in onActivityResult() local
427 startForegroundService(downloadIntent); in onActivityResult()