Searched refs:bugDetail (Results 1 – 5 of 5) sorted by relevance
466 final String bugDetail; in processMessage() local468 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()
69 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
184 final String bugDetail = "Expected connection to take less than " in processMessage() local189 mClientModeImpl.takeBugReport(bugTitle, bugDetail); in processMessage()384 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument389 mClientModeImpl.takeBugReport(BUGREPORT_TITLE, bugDetail); in takeBugReportWithCurrentProbability()
301 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument308 bugTitle, bugDetail); in takeBugReport()
1513 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument1514 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in takeBugReport()