Home
last modified time | relevance | path

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

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