Home
last modified time | relevance | path

Searched refs:getIncidentReportList (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl55 List<String> getIncidentReportList(String pkg, String cls); in getIncidentReportList() method
DIncidentManager.java543 public @NonNull List<Uri> getIncidentReportList(String receiverClass) { in getIncidentReportList() method in IncidentManager
546 strings = getCompanionServiceLocked().getIncidentReportList( in getIncidentReportList()
/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.java196 public List<String> getIncidentReportList(String pkg, String cls) throws RemoteException { in getIncidentReportList() method in IncidentCompanionService.BinderService
201 return getIIncidentManager().getIncidentReportList(pkg, cls); in getIncidentReportList()
/frameworks/base/cmds/incidentd/src/
DIncidentService.h128 virtual Status getIncidentReportList(const String16& pkg, const String16& cls,
DIncidentService.cpp323 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList() function in android::os::incidentd::IncidentService
/frameworks/base/api/
Dtest-current.txt1853 …ACKAGE_USAGE_STATS}) @NonNull public java.util.List<android.net.Uri> getIncidentReportList(String);
Dsystem-current.txt5315 …ACKAGE_USAGE_STATS}) @NonNull public java.util.List<android.net.Uri> getIncidentReportList(String);