Home
last modified time | relevance | path

Searched defs:bugTitle (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbDiagnostics.java45 public void takeBugReport(String bugTitle) { in takeBugReport()
64 private boolean takeBugreportThroughBetterBug(String bugTitle) { in takeBugreportThroughBetterBug()
93 private boolean takeBugreportThroughBugreportManager(String bugTitle) { in takeBugreportThroughBugreportManager()
DUwbMetrics.java473 private void takBugReportSessionInitError(String bugTitle) { in takBugReportSessionInitError()
DUwbServiceCore.java1393 private void takBugReportAfterDeviceError(String bugTitle) { in takBugReportAfterDeviceError()
/packages/modules/Nfc/NfcNci/src/com/android/nfc/
DNfcDiagnostics.java66 public void takeBugReport(String bugTitle, String description) { in takeBugReport()
85 private boolean takeBugreportThroughBetterBug(String bugTitle, String description) { in takeBugreportThroughBetterBug()
118 private boolean takeBugreportThroughBugreportManager(String bugTitle, String description) { in takeBugreportThroughBugreportManager()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java357 private void takeBugReportThroughBugreportManager(String bugTitle, String bugDetail) { in takeBugReportThroughBugreportManager()
998 private boolean takeBugreportThroughBetterBug(String bugTitle, String bugDetail) { in takeBugreportThroughBetterBug()
1026 private boolean shouldTakeBugreport(String bugTitle, String bugDetail) { in shouldTakeBugreport()
1048 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport()
DWifiLastResortWatchdog.java214 final String bugTitle = "Wi-Fi Bugreport: Abnormal connection time"; in processMessage() local
DWifiNative.java1643 private void takeBugReportInterfaceFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportInterfaceFailureIfNeeded()
1758 String bugTitle = "Wi-Fi BugReport (softAp interface failure)"; in setupInterfaceForSoftApMode() local
DClientModeImpl.java1894 String bugTitle = "Wi-Fi BugReport: abnormal " in checkAbnormalConnectionFailureAndTakeBugReport() local
1907 String bugTitle = "Wi-Fi BugReport: abnormal " in checkAbnormalDisconnectionAndTakeBugReport() local
3805 String bugTitle = "Wi-Fi BugReport: overlapping connection"; in reportConnectionAttemptStart() local
6180 String bugTitle = "Wi-Fi BugReport: suspicious NETWORK_NOT_FOUND"; in processMessageImpl() local
DConcreteClientModeManager.java1374 private void takeBugReportInterfaceFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportInterfaceFailureIfNeeded()
DActiveModeWarden.java2777 final String bugTitle; in processMessageFiltered() local
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java1915 private void takeBugReportP2pFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportP2pFailureIfNeeded()
2988 private void takeBugReportInterfaceFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportInterfaceFailureIfNeeded()