Searched refs:mBugReport (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugReportInfoActivity.java | 222 private final MetaBugReport mBugReport; field in BugReportInfoActivity.AsyncMoveFilesTask 235 mBugReport = bugReport; in AsyncMoveFilesTask() 248 + mBugReport.getTimestamp() + " to USB", e); in doInBackground() 250 mActivity, mBugReport, in doInBackground() 259 if (!Strings.isNullOrEmpty(mBugReport.getFilePath())) { in copyFilesToUsb() 262 mBugReport.getId(), BugStorageProvider.URL_SEGMENT_OPEN_FILE); in copyFilesToUsb() 264 new File(mBugReport.getFilePath()).getName(), sourceUri, parentDocumentUri); in copyFilesToUsb() 269 BugStorageUtils.deleteBugReportFiles(mActivity, mBugReport.getId()); in copyFilesToUsb() 270 return BugStorageUtils.setBugReportStatus(mActivity, mBugReport, in copyFilesToUsb() 277 mBugReport.getId(), BugStorageProvider.URL_SEGMENT_OPEN_BUGREPORT_FILE); in mergeFilesAndCopyToUsb() [all …]
|