Searched refs:BugReport (Results 1 – 2 of 2) sorted by relevance
234 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()241 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()295 class BugReport { class in WifiDiagnostics414 private final LimitedCircularArray<BugReport> mLastAlerts =415 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);416 private final LimitedCircularArray<BugReport> mLastBugReports =417 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);563 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()564 BugReport report = new BugReport(); in captureBugreport()593 LimitedCircularArray<BugReport> getBugReports() { in getBugReports()[all …]
719 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);