Home
last modified time | relevance | path

Searched defs:EventReport (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DEventReport.java38 public class EventReport { class
46 private EventReport(HashMap<String, String> attrs) throws IllegalArgumentException { in EventReport() method in EventReport
/aosp12/system/extras/simpleperf/scripts/
H A Dreport.py94 class EventReport(object): class