Searched refs:BugReport (Results 1 – 2 of 2) sorted by relevance
255 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()262 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()328 class BugReport { class in WifiDiagnostics447 private final LimitedCircularArray<BugReport> mLastAlerts =448 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);449 private final LimitedCircularArray<BugReport> mLastBugReports =450 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);637 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()638 BugReport report = new BugReport(); in captureBugreport()667 LimitedCircularArray<BugReport> getBugReports() { in getBugReports()[all …]
744 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);