Home
last modified time | relevance | path

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

/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivityTest.java558 final Intent mockFileResponse = new Intent(); in testDownload() local
560 mockFileResponse.setData(mockFile); in testDownload()
564 new ActivityResult(RESULT_OK, mockFileResponse)); in testDownload()