Searched refs:mockFile (Results 1 – 2 of 2) sorted by relevance
638 final Uri mockFile = Uri.parse("content://mockdata"); in testDownload() local639 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() local972 final Uri mockFile = Uri.parse("content://mockdata"); in testDirectlyOpen_successfullyDownload() local997 mockFile, mimeType, downloadId, true)); in testDirectlyOpen_successfullyDownload()1002 assertEquals(mockFile, sentIntent.getData()); in testDirectlyOpen_successfullyDownload()
506 File mockFile = mock(File.class); in testUpdateSatelliteConfigData() local507 doReturn(false).when(mockFile).exists(); in testUpdateSatelliteConfigData()511 doReturn(mockFile).when(mockConfig).getSatelliteS2CellFile(mMockContext); in testUpdateSatelliteConfigData()