Home
last modified time | relevance | path

Searched refs:BugReport (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java255 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()
262 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()
328 class BugReport { class in WifiDiagnostics
447 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 …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java744 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);