Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIIncidentManager.aidl64 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.h131 virtual Status getIncidentReportList(const String16& pkg, const String16& cls,
DIncidentService.cpp355 Status IncidentService::getIncidentReportList(const String16& pkg16, const String16& cls16, in getIncidentReportList() function in android::os::incidentd::IncidentService
/frameworks/base/api/
Dtest-lint-baseline.txt1200 MissingNullability: android.os.IncidentManager#getIncidentReportList(String) parameter #0:
Dtest-current.txt2104 …mission.PACKAGE_USAGE_STATS}) public java.util.List<android.net.Uri> getIncidentReportList(String);
Dsystem-current.txt6042 …mission.PACKAGE_USAGE_STATS}) public java.util.List<android.net.Uri> getIncidentReportList(String);
/frameworks/base/non-updatable-api/
Dsystem-current.txt5948 …mission.PACKAGE_USAGE_STATS}) public java.util.List<android.net.Uri> getIncidentReportList(String);