Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java283 BugReport report = captureBugreport(reason, verbose); in captureBugReportData()
308 BugReport report = captureBugreport(errorCode, verbose); in triggerAlertDataCapture()
382 class BugReport { class in WifiDiagnostics
501 private final LimitedCircularArray<BugReport> mLastAlerts =
502 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);
503 private final LimitedCircularArray<BugReport> mLastBugReports =
504 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);
692 private BugReport captureBugreport(int errorCode, boolean captureFWDump) { in captureBugreport()
693 BugReport report = new BugReport(); in captureBugreport()
725 synchronized LimitedCircularArray<BugReport> getBugReports() { in getBugReports()
[all …]
/packages/services/Car/tests/BugReportApp/
DREADME.md1 # AAE BugReport App
27 BugReport app uses `CarBugreportServiceManager` to collect bug reports and
31 To allow AAE BugReport app to access the API, you need to overlay
51 BugReport app uses `res/raw/gcs_credentials.json` for authentication and
73 3. Start BugReport app; here is the list of possible ways to start:
77 * Open BugReport app from launcher menu or external apps menu; and click Start Bug Report button.
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java774 WifiDiagnostics.BugReport alertReport = mWifiDiagnostics.getAlertReports().get(0);