Searched refs:bugDetail (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | ActiveModeWarden.java | 946 final String bugDetail; in processMessageFiltered() local 948 bugDetail = SelfRecovery.REASON_STRINGS[msg.arg1]; in processMessageFiltered() 949 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessageFiltered() 951 bugDetail = ""; in processMessageFiltered() 955 mHandler.post(() -> mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessageFiltered()
|
D | BaseWifiDiagnostics.java | 69 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
|
D | WifiLastResortWatchdog.java | 176 final String bugDetail = "Expected connection to take less than " in processMessage() local 181 mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessage() 389 private void takeBugReportWithCurrentProbability(String bugDetail) { in takeBugReportWithCurrentProbability() argument 394 mClientModeImpl.takeBugReport(BUGREPORT_TITLE, bugDetail); in takeBugReportWithCurrentProbability()
|
D | WifiDiagnostics.java | 305 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument 321 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()
|
D | ClientModeImpl.java | 1602 String bugDetail = "Detect abnormal " in checkAbnormalConnectionFailureAndTakeBugReport() local 1604 takeBugReport(bugTitle, bugDetail); in checkAbnormalConnectionFailureAndTakeBugReport() 1615 String bugDetail = "Detect abnormal " in checkAbnormalDisconnectionAndTakeBugReport() local 1617 takeBugReport(bugTitle, bugDetail); in checkAbnormalDisconnectionAndTakeBugReport() 1625 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument 1626 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in takeBugReport() 2918 String bugDetail = "Detect abnormal overlapping connection"; in reportConnectionAttemptStart() local 2919 takeBugReport(bugTitle, bugDetail); in reportConnectionAttemptStart()
|