Home
last modified time | relevance | path

Searched defs:getIncidentReportList (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl78 List<String> getIncidentReportList(String pkg, String cls); in getIncidentReportList() method
DIncidentManager.java648 public @NonNull List<Uri> getIncidentReportList(String receiverClass) { in getIncidentReportList() method in IncidentManager
/frameworks/native/libs/incidentcompanion/binder/android/os/
DIIncidentCompanion.aidl88 List<String> getIncidentReportList(String pkg, String cls); in getIncidentReportList() method
/frameworks/base/services/core/java/com/android/server/incident/
DIncidentCompanionService.java195 public List<String> getIncidentReportList(String pkg, String cls) throws RemoteException { in getIncidentReportList() method in IncidentCompanionService.BinderService
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp407 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList() function in android::os::incidentd::IncidentService