Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java559 final Uri mockFile = Uri.parse("content://mockdata"); in testDownload() local
560 mockFileResponse.setData(mockFile); in testDownload()
589 assertEquals(mockFile, dlIntent.getParcelableExtra(DownloadService.ARG_OUTFILE)); in testDownload()