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.java254 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled()); in captureBugReportData()
261 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled()); in captureAlertData()
315 class BugReport { class in WifiDiagnostics
434 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 …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java729 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);