Searched refs:createBugReport (Results 1 – 4 of 4) sorted by relevance
344 MetaBugReport bugReport = createBugReport(this, MetaBugReport.TYPE_SILENT); in onActivityStartedWithBugReportServiceBound()382 MetaBugReport bug = createBugReport(this, MetaBugReport.TYPE_INTERACTIVE); in createNewBugReportWithAudioMessage()615 static MetaBugReport createBugReport(Context context, int type) { in createBugReport() method in BugReportActivity619 return BugStorageUtils.createBugReport(context, title, timestamp, username, type); in createBugReport()
81 static MetaBugReport createBugReport( in createBugReport() method in BugStorageUtils
233 mMetaBugReport = BugReportActivity.createBugReport(this, MetaBugReport.TYPE_SILENT); in onStartCommand()
102 MetaBugReport bugReport = BugStorageUtils.createBugReport( in createBugReportWithStatus()