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.java69 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
DWifiLastResortWatchdog.java184 final String bugDetail = "Expected connection to take less than " in processMessage() local
189 mClientModeImpl.takeBugReport(bugTitle, bugDetail); in processMessage()
384 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument
389 mClientModeImpl.takeBugReport(BUGREPORT_TITLE, bugDetail); in takeBugReportWithCurrentProbability()
DWifiDiagnostics.java301 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
308 bugTitle, bugDetail); in takeBugReport()
DClientModeImpl.java1513 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
1514 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in takeBugReport()