Home
last modified time | relevance | path

Searched refs:bugTitle (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiDiagnostics.java69 public void takeBugReport(String bugTitle, String bugDetail) { } in takeBugReport() argument
DActiveModeWarden.java945 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()
DWifiLastResortWatchdog.java175 final String bugTitle = "Wi-Fi Bugreport: Abnormal connection time"; in processMessage() local
181 mClientModeImpl.takeBugReport(bugTitle, bugDetail)); in processMessage()
DWifiDiagnostics.java305 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
321 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()
DClientModeImpl.java1601 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()