Home
last modified time | relevance | path

Searched refs:bugDetail (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiController.java466 final String bugDetail; in processMessage() local
468 bugDetail = SelfRecovery.REASON_STRINGS[msg.arg1]; in processMessage()
469 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessage()
471 bugDetail = ""; in processMessage()
476 mClientModeImpl.takeBugReport(bugTitle, bugDetail); in processMessage()
DBaseWifiDiagnostics.java59 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
DWifiLastResortWatchdog.java305 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument
310 mClientModeImpl.takeBugReport(BUGREPORT_TITLE, bugDetail); in takeBugReportWithCurrentProbability()
DWifiDiagnostics.java281 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
288 bugTitle, bugDetail); in takeBugReport()
DClientModeImpl.java1496 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
1497 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in takeBugReport()