Searched refs:BugReport (Results 1 – 3 of 3) sorted by relevance
1 # AAE BugReport App27 BugReport app uses `CarBugreportServiceManager` to collect bug reports and31 To allow AAE BugReport app to access the API, you need to overlay51 BugReport app uses `res/raw/gcs_credentials.json` for authentication and73 3. Start BugReport app; here is the list of possible ways to start:77 * Open BugReport app from launcher menu or external apps menu; and click Start Bug Report button.
286 BugReport report = captureBugreport(reason, verbose); in captureBugReportData()311 BugReport report = captureBugreport(errorCode, verbose); in triggerAlertDataCapture()369 class BugReport { class in WifiDiagnostics488 private final LimitedCircularArray<BugReport> mLastAlerts =489 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);490 private final LimitedCircularArray<BugReport> mLastBugReports =491 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);680 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()681 BugReport report = new BugReport(); in captureBugreport()713 synchronized LimitedCircularArray<BugReport> getBugReports() { in getBugReports()[all …]
784 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);