Searched refs:extractFilesFromBugreport (Results 1 – 1 of 1) sorted by relevance
225 List<File> actualPreDumpedTraceFiles = extractFilesFromBugreport(UI_TRACES_PREDUMPED); in preDumpUiData_then_fullWithUsePreDumpFlag()256 List<File> actualTraceFiles = extractFilesFromBugreport(UI_TRACES_PREDUMPED); in preDumpData_then_fullWithoutUsePreDumpFlag_ignoresPreDump()567 private List<File> extractFilesFromBugreport(Path[] paths) throws Exception { in extractFilesFromBugreport() method in BugreportManagerTest