Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiLastResortWatchdog.java215 final String bugDetail = "Expected connection to take less than " in processMessage() local
220 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail)); in processMessage()
431 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument
435 mHandler.post(() -> mWifiDiagnostics.takeBugReport(BUGREPORT_TITLE, bugDetail)); in takeBugReportWithCurrentProbability()
DActiveModeWarden.java2061 final String bugDetail = (String) msg.obj; in processMessageFiltered() local
2062 if (TextUtils.isEmpty(bugDetail)) { in processMessageFiltered()
2065 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessageFiltered()
2071 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail)); in processMessageFiltered()
DWifiDiagnostics.java358 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
375 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()
DClientModeImpl.java1433 String bugDetail = "Detect abnormal " in checkAbnormalConnectionFailureAndTakeBugReport() local
1435 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in checkAbnormalConnectionFailureAndTakeBugReport()
1445 String bugDetail = "Detect abnormal " in checkAbnormalDisconnectionAndTakeBugReport() local
1447 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in checkAbnormalDisconnectionAndTakeBugReport()
2797 String bugDetail = "Detect abnormal overlapping connection";
2798 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail);