Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java142 private MetaBugReport mMetaBugReport; field in BugReportService
244 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand()
247 mMetaBugReport = extras.getParcelable(EXTRA_META_BUG_REPORT); in onStartCommand()
299 .setContentText(mMetaBugReport.getTitle()) in buildProgressNotification()
370 File result = FileUtils.getFileWithSuffix(this, mMetaBugReport.getTimestamp(), in grabBtSnoopLog()
388 File outputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), OUTPUT_ZIP_FILE); in saveBugReport()
389 File extraOutputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), in saveBugReport()
398 BugStorageUtils.setBugReportStatus(this, mMetaBugReport, Status.STATUS_WRITE_FAILED, in saveBugReport()
451 if (mMetaBugReport == null) { in handleBugReportManagerError()
462 BugReportService.this, mMetaBugReport, in handleBugReportManagerError()
[all …]
DBugReportActivity.java115 private MetaBugReport mMetaBugReport; field in BugReportActivity
188 mMetaBugReport = null; in onStop()
398 mMetaBugReport = bug; in startAudioMessageRecording()
408 mMetaBugReport.getTimestamp())); in startAudioMessageRecording()
431 File tempDir = FileUtils.getTempDir(this, mMetaBugReport.getTimestamp()); in cancelAudioMessageRecording()
434 BugStorageUtils.deleteBugReportFiles(this, mMetaBugReport.getId()); in cancelAudioMessageRecording()
438 this, mMetaBugReport, Status.STATUS_USER_CANCELLED, ""); in cancelAudioMessageRecording()
439 Log.i(TAG, "Bug report " + mMetaBugReport.getTimestamp() + " is cancelled"); in cancelAudioMessageRecording()
453 startBugReportCollection(mMetaBugReport); in buttonSubmitClick()
455 Log.i(TAG, "Adding audio file to the bugreport " + mMetaBugReport.getTimestamp()); in buttonSubmitClick()
[all …]