Searched refs:BugReport (Results 1 – 2 of 2) sorted by relevance
254 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()261 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()315 class BugReport { class in WifiDiagnostics434 private final LimitedCircularArray<BugReport> mLastAlerts =435 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);436 private final LimitedCircularArray<BugReport> mLastBugReports =437 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);619 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()620 BugReport report = new BugReport(); in captureBugreport()649 LimitedCircularArray<BugReport> getBugReports() { in getBugReports()[all …]
729 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);