Searched refs:mMetaBugReport (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/ |
H A D | BugReportService.java | 142 private MetaBugReport mMetaBugReport; field in BugReportService 247 mMetaBugReport = extras.getParcelable(EXTRA_META_BUG_REPORT); in onStartCommand() 301 .setContentText(mMetaBugReport.getTitle()) in buildProgressNotification() 453 if (mMetaBugReport == null) { in handleBugReportManagerError() 464 BugReportService.this, mMetaBugReport, in handleBugReportManagerError() 471 mMetaBugReport = null; in handleBugReportManagerError() 525 mMetaBugReport = BugStorageUtils.update(this, in zipDirectoryAndUpdateStatus() 537 if (mMetaBugReport.getType() == MetaBugReport.TYPE_SILENT) { in zipDirectoryAndUpdateStatus() 547 mMetaBugReport, status, /* message= */ ""); in zipDirectoryAndUpdateStatus() 548 showBugReportFinishedNotification(this, mMetaBugReport); in zipDirectoryAndUpdateStatus() [all …]
|
H A D | BugReportActivity.java | 115 private MetaBugReport mMetaBugReport; field in BugReportActivity 188 mMetaBugReport = null; in onStop() 398 mMetaBugReport = bug; in startAudioMessageRecording() 408 mMetaBugReport.getTimestamp())); in startAudioMessageRecording() 434 BugStorageUtils.deleteBugReportFiles(this, mMetaBugReport.getId()); in cancelAudioMessageRecording() 438 this, mMetaBugReport, Status.STATUS_USER_CANCELLED, ""); in cancelAudioMessageRecording() 453 startBugReportCollection(mMetaBugReport); in buttonSubmitClick() 481 if (mMetaBugReport != null) { in buttonShowBugReportsClick() 522 if (mMetaBugReport == null) { in handleNoPermission() 527 BugStorageUtils.setBugReportStatus(this, mMetaBugReport, in handleNoPermission() [all …]
|