Home
last modified time | relevance | path

Searched refs:createBugReport (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportActivity.java343 MetaBugReport bugReport = createBugReport(this, MetaBugReport.TYPE_SILENT); in onActivityStartedWithBugReportServiceBound()
381 MetaBugReport bug = createBugReport(this, MetaBugReport.TYPE_INTERACTIVE); in createNewBugReportWithAudioMessage()
618 static MetaBugReport createBugReport(Context context, int type) { in createBugReport() method in BugReportActivity
622 return BugStorageUtils.createBugReport(context, title, timestamp, username, type); in createBugReport()
DBugStorageUtils.java81 static MetaBugReport createBugReport( in createBugReport() method in BugStorageUtils
DBugReportService.java244 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand()
/packages/services/Car/tests/BugReportApp/tests/src/com/google/android/car/bugreport/
DBugStorageUtilsTest.java103 MetaBugReport bugReport = BugStorageUtils.createBugReport( in createBugReportWithStatus()