Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java638 final Uri mockFile = Uri.parse("content://mockdata"); in testDownload() local
639 mockFileResponse.setData(mockFile); in testDownload()
667 eq(mockFile), any() /* context */, eq(mimetype)); in testDownload()
901 final Uri mockFile = Uri.parse("content://mockdata"); in testDirectlyOpen_onDownloadAborted() local
972 final Uri mockFile = Uri.parse("content://mockdata"); in testDirectlyOpen_successfullyDownload() local
997 mockFile, mimeType, downloadId, true)); in testDirectlyOpen_successfullyDownload()
1002 assertEquals(mockFile, sentIntent.getData()); in testDirectlyOpen_successfullyDownload()
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java506 File mockFile = mock(File.class); in testUpdateSatelliteConfigData() local
507 doReturn(false).when(mockFile).exists(); in testUpdateSatelliteConfigData()
511 doReturn(mockFile).when(mockConfig).getSatelliteS2CellFile(mMockContext); in testUpdateSatelliteConfigData()