Searched refs:mBugReport (Results 1 – 1 of 1) sorted by relevance
222 private final MetaBugReport mBugReport; field in BugReportInfoActivity.AsyncMoveFilesTask235 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()269 BugStorageUtils.deleteBugReportFiles(mActivity, mBugReport.getId()); in copyFilesToUsb()270 return BugStorageUtils.setBugReportStatus(mActivity, mBugReport, in copyFilesToUsb()279 mBugReport.getId(), BugStorageProvider.URL_SEGMENT_OPEN_AUDIO_FILE); in mergeFilesAndCopyToUsb()300 if (!Strings.isNullOrEmpty(mBugReport.getAudioFileName())) { in mergeFilesAndCopyToUsb()[all …]