Searched refs:incident (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/cmds/incident/ |
D | Android.bp | 16 name: "incident", 47 tools: ["incident-section-gen"], 49 cmd: "$(location incident-section-gen) incident > $(out)",
|
/frameworks/base/core/proto/android/os/ |
D | metadata.proto | 22 // This field contains internal metadata associated with an incident report, 27 // The id of the incident report. 33 // privacy level of the incident report. 47 // stats of each section taken in this incident report.
|
D | header.proto | 23 // to attach in an incident report, the data should just be informative. 28 // Format a human readable reason why an incident report is requested. 33 // Defines which stats config used to fire the request, incident report will
|
D | data.proto | 27 // in incident report as a proto field, example is LAST_KMSG.
|
D | incident.proto | 195 (section).args = "fingerprint --proto --incident" 327 (section).args = "/data/misc/perfetto-traces/incident-trace",
|
/frameworks/base/tools/incident_section_gen/ |
D | Android.bp | 18 // Build the host executable: incident-section-gen 21 name: "incident-section-gen",
|
/frameworks/base/cmds/incidentd/src/ |
D | report_file.proto | 26 * initiated the incident report. 71 * Metadata section recorded while the incident report 77 * Report data structures for the incident reports.
|
/frameworks/base/cmds/incidentd/ |
D | Android.bp | 150 tools: ["incident-section-gen"], 152 cmd: "$(location incident-section-gen) incidentd > $(out)",
|
/frameworks/base/cmds/incident_helper/ |
D | README.md | 22 If add a new proto file, add it in Android.bp under frameworks/base/ and make incident helper
|
/frameworks/base/services/core/java/com/android/server/incident/ |
D | RequestQueue.java | 18 package com.android.server.incident;
|
D | IncidentCompanionService.java | 17 package com.android.server.incident;
|
D | PendingReports.java | 17 package com.android.server.incident;
|
/frameworks/base/cmds/statsd/src/ |
D | statsd_config.proto | 328 // Package name of the incident report receiver. 331 // Class name of the incident report receiver.
|
/frameworks/base/core/proto/android/ |
D | privacy.proto | 21 option java_package = "com.android.incident";
|
/frameworks/base/ |
D | Android.bp | 662 "libs/incident/**/*.proto", 794 "libs/incident/proto/**/*.proto", 820 "libs/incident/proto/android/os/**/*.proto", 834 "libs/incident/proto/android/os/**/*.proto",
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 108 import com.android.server.incident.IncidentCompanionService; 2308 final IIncidentManager incident = IIncidentManager.Stub.asInterface( in startOtherServices() local 2310 if (incident != null) { in startOtherServices() 2311 incident.systemRunning(); in startOtherServices()
|
/frameworks/base/services/ |
D | art-profile | 7106 PLcom/android/server/incident/IncidentCompanionService$BinderService;->dump(Ljava/io/FileDescriptor… 7107 HSPLcom/android/server/incident/IncidentCompanionService;-><init>(Landroid/content/Context;)V 7108 HSPLcom/android/server/incident/IncidentCompanionService;->onBootPhase(I)V 7109 HSPLcom/android/server/incident/IncidentCompanionService;->onStart()V 7110 HSPLcom/android/server/incident/PendingReports;-><init>(Landroid/content/Context;)V 7111 PLcom/android/server/incident/PendingReports;->dump(Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[L… 7112 HSPLcom/android/server/incident/PendingReports;->onBootCompleted()V 7113 HSPLcom/android/server/incident/RequestQueue;->start()V 19233 Lcom/android/server/incident/IncidentCompanionService$BinderService; 19234 Lcom/android/server/incident/IncidentCompanionService; [all …]
|