Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DBootReceiver.java324 String bugTitle = null; in processDmesg() local
335 bugTitle = line; in processDmesg()
358 if (bugTitle.equals(sLastReportedBug)) return; in processDmesg()
366 sLastReportedBug = bugTitle; in processDmesg()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiLastResortWatchdog.java214 final String bugTitle = "Wi-Fi Bugreport: Abnormal connection time"; in processMessage() local
220 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail)); in processMessage()
H A DActiveModeWarden.java2060 final String bugTitle; in processMessageFiltered() local
2063 bugTitle = "Wi-Fi BugReport"; in processMessageFiltered()
2065 bugTitle = "Wi-Fi BugReport: " + bugDetail; in processMessageFiltered()
2071 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail)); in processMessageFiltered()
H A DWifiDiagnostics.java358 public void takeBugReport(String bugTitle, String bugDetail) { in takeBugReport() argument
375 bugreportManager.requestBugreport(params, bugTitle, bugDetail); in takeBugReport()
H A DClientModeImpl.java1432 String bugTitle = "Wi-Fi BugReport"; in checkAbnormalConnectionFailureAndTakeBugReport() local
1435 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in checkAbnormalConnectionFailureAndTakeBugReport()
1444 String bugTitle = "Wi-Fi BugReport"; in checkAbnormalDisconnectionAndTakeBugReport() local
1447 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail); in checkAbnormalDisconnectionAndTakeBugReport()
2796 String bugTitle = "Wi-Fi BugReport";
2798 mWifiDiagnostics.takeBugReport(bugTitle, bugDetail);