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