Searched refs:bugTitle (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | BaseWifiDiagnostics.java | 69 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
|
D | ActiveModeWarden.java | 945 final String bugTitle; in processMessageFiltered() local 949 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessageFiltered() 952 bugTitle = "Wi-Fi BugReport"; in processMessageFiltered() 955 mHandler.post(() -> mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessageFiltered()
|
D | WifiLastResortWatchdog.java | 175 final String bugTitle = "Wi-Fi Bugreport: Abnormal connection time"; in processMessage() local 181 mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessage()
|
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 | 1601 String bugTitle = "Wi-Fi BugReport"; in checkAbnormalConnectionFailureAndTakeBugReport() local 1604 takeBugReport(bugTitle, bugDetail); in checkAbnormalConnectionFailureAndTakeBugReport() 1614 String bugTitle = "Wi-Fi BugReport"; 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() 2917 String bugTitle = "Wi-Fi BugReport"; in reportConnectionAttemptStart() local 2919 takeBugReport(bugTitle, bugDetail); in reportConnectionAttemptStart()
|