Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java72 static final String ARG_OUTFILE = "outfile"; field in DownloadService
159 intent.putExtra(ARG_OUTFILE, outFile); in makeDownloadIntent()
209 final Uri outFile = intent.getParcelableExtra(ARG_OUTFILE); in onStartCommand()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java589 assertEquals(mockFile, dlIntent.getParcelableExtra(DownloadService.ARG_OUTFILE)); in testDownload()