Home
last modified time | relevance | path

Searched refs:TYPE_SILENT (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DMetaBugReport.java45 static final int TYPE_SILENT = 1; field in MetaBugReport
49 @IntDef({TYPE_INTERACTIVE, TYPE_SILENT})
DBugReportService.java244 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand()
534 if (mMetaBugReport.getType() == MetaBugReport.TYPE_SILENT) { in zipDirectoryAndUpdateStatus()
DBugReportActivity.java343 MetaBugReport bugReport = createBugReport(this, MetaBugReport.TYPE_SILENT); in onActivityStartedWithBugReportServiceBound()