Searched refs:mMetaBugReport (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugReportService.java | 138 private MetaBugReport mMetaBugReport; field in BugReportService 233 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand() 236 mMetaBugReport = extras.getParcelable(EXTRA_META_BUG_REPORT); in onStartCommand() 288 .setContentText(mMetaBugReport.getTitle()) in buildProgressNotification() 358 File result = FileUtils.getFileWithSuffix(this, mMetaBugReport.getTimestamp(), in grabBtSnoopLog() 376 File outputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), OUTPUT_ZIP_FILE); in saveBugReport() 377 File extraOutputFile = FileUtils.getFile(this, mMetaBugReport.getTimestamp(), in saveBugReport() 386 BugStorageUtils.setBugReportStatus(this, mMetaBugReport, Status.STATUS_WRITE_FAILED, in saveBugReport() 439 if (mMetaBugReport == null) { in handleBugReportManagerError() 450 BugReportService.this, mMetaBugReport, in handleBugReportManagerError() [all …]
|
D | BugReportActivity.java | 115 private MetaBugReport mMetaBugReport; field in BugReportActivity 188 mMetaBugReport = null; in onStop() 399 mMetaBugReport = bug; in startAudioMessageRecording() 409 mMetaBugReport.getTimestamp())); in startAudioMessageRecording() 432 File tempDir = FileUtils.getTempDir(this, mMetaBugReport.getTimestamp()); in cancelAudioMessageRecording() 435 BugStorageUtils.deleteBugReportFiles(this, mMetaBugReport.getId()); in cancelAudioMessageRecording() 439 this, mMetaBugReport, Status.STATUS_USER_CANCELLED, ""); in cancelAudioMessageRecording() 440 Log.i(TAG, "Bug report " + mMetaBugReport.getTimestamp() + " is cancelled"); in cancelAudioMessageRecording() 454 startBugReportCollection(mMetaBugReport); in buttonSubmitClick() 456 Log.i(TAG, "Adding audio file to the bugreport " + mMetaBugReport.getTimestamp()); in buttonSubmitClick() [all …]
|