Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java495 final Intent dlIntent = intentCaptor.getValue(); in testDownload() local
497 assertEquals(downloadComponent, dlIntent.getComponent()); in testDownload()
498 assertEquals(mNetwork, dlIntent.getParcelableExtra(DownloadService.ARG_NETWORK)); in testDownload()
499 assertEquals(TEST_USERAGENT, dlIntent.getStringExtra(DownloadService.ARG_USERAGENT)); in testDownload()
501 assertEquals(expectedUrl, dlIntent.getStringExtra(DownloadService.ARG_URL)); in testDownload()
502 assertEquals(filename, dlIntent.getStringExtra(DownloadService.ARG_DISPLAY_NAME)); in testDownload()
503 assertEquals(mockFile, dlIntent.getParcelableExtra(DownloadService.ARG_OUTFILE)); in testDownload()