Searched defs:bugTitle (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbDiagnostics.java | 45 public void takeBugReport(String bugTitle) { in takeBugReport() 64 private boolean takeBugreportThroughBetterBug(String bugTitle) { in takeBugreportThroughBetterBug() 93 private boolean takeBugreportThroughBugreportManager(String bugTitle) { in takeBugreportThroughBugreportManager()
|
D | UwbMetrics.java | 473 private void takBugReportSessionInitError(String bugTitle) { in takBugReportSessionInitError()
|
D | UwbServiceCore.java | 1393 private void takBugReportAfterDeviceError(String bugTitle) { in takBugReportAfterDeviceError()
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/ |
D | NfcDiagnostics.java | 66 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/ |
D | WifiDiagnostics.java | 357 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()
|
D | WifiLastResortWatchdog.java | 214 final String bugTitle = "Wi-Fi Bugreport: Abnormal connection time"; in processMessage() local
|
D | WifiNative.java | 1643 private void takeBugReportInterfaceFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportInterfaceFailureIfNeeded() 1758 String bugTitle = "Wi-Fi BugReport (softAp interface failure)"; in setupInterfaceForSoftApMode() local
|
D | ClientModeImpl.java | 1894 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
|
D | ConcreteClientModeManager.java | 1374 private void takeBugReportInterfaceFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportInterfaceFailureIfNeeded()
|
D | ActiveModeWarden.java | 2777 final String bugTitle; in processMessageFiltered() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 1915 private void takeBugReportP2pFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportP2pFailureIfNeeded() 2988 private void takeBugReportInterfaceFailureIfNeeded(String bugTitle, String bugDetail) { in takeBugReportInterfaceFailureIfNeeded()
|