Home
last modified time | relevance | path

Searched refs:bugTitle (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiDiagnostics.java59 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
DWifiController.java465 final String bugTitle; in processMessage() local
469 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessage()
472 bugTitle = "Wi-Fi BugReport"; in processMessage()
476 mClientModeImpl.takeBugReport(bugTitle, bugDetail); in processMessage()
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()