Searched refs:bugDetail (Results 1 – 4 of 4) sorted by relevance
215 final String bugDetail = "Expected connection to take less than " in processMessage() local220 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail)); in processMessage()431 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument435 mHandler.post(() -> mWifiDiagnostics.takeBugReport(BUGREPORT_TITLE, bugDetail)); in takeBugReportWithCurrentProbability()
2061 final String bugDetail = (String) msg.obj; in processMessageFiltered() local2062 if (TextUtils.isEmpty(bugDetail)) { in processMessageFiltered()2065 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessageFiltered()2071 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail)); in processMessageFiltered()
358 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument375 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()
1433 String bugDetail = "Detect abnormal " in checkAbnormalConnectionFailureAndTakeBugReport() local1435 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in checkAbnormalConnectionFailureAndTakeBugReport()1445 String bugDetail = "Detect abnormal " in checkAbnormalDisconnectionAndTakeBugReport() local1447 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in checkAbnormalDisconnectionAndTakeBugReport()2797 String bugDetail = "Detect abnormal overlapping connection";2798 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail);