Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java463 final Intent mockFileResponse = new Intent(); in testDownload() local
465 mockFileResponse.setData(mockFile); in testDownload()
469 new ActivityResult(RESULT_OK, mockFileResponse)); in testDownload()