Searched refs:IncidentReport (Results 1 – 11 of 11) sorted by relevance
23 IncidentManager::IncidentReport::IncidentReport() in IncidentReport() function in android::os::IncidentManager::IncidentReport29 IncidentManager::IncidentReport::~IncidentReport() { in ~IncidentReport()35 status_t IncidentManager::IncidentReport::writeToParcel(Parcel* out) const { in writeToParcel()70 status_t IncidentManager::IncidentReport::readFromParcel(const Parcel* in) { in readFromParcel()102 status_t IncidentManager::IncidentReport::setFileDescriptor(int fd) { in setFileDescriptor()117 void IncidentManager::IncidentReport::takeFileDescriptor(int fd) { in takeFileDescriptor()
31 class IncidentReport : public Parcelable {33 IncidentReport();34 virtual ~IncidentReport();
279 public static class IncidentReport implements Parcelable, Closeable { class in IncidentManager284 public IncidentReport(Parcel in) { in IncidentReport() method in IncidentManager.IncidentReport360 …public static final @android.annotation.NonNull Parcelable.Creator<IncidentReport> CREATOR = new P…364 public IncidentReport[] newArray(int size) {365 return new IncidentReport[size];371 public IncidentReport createFromParcel(Parcel in) {372 return new IncidentReport(in);571 public @Nullable IncidentReport getIncidentReport(Uri uri) { in getIncidentReport()
60 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport()
19 parcelable IncidentManager.IncidentReport cpp_header "android/os/IncidentManager.h";
93 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport()
132 const String16& id, IncidentManager::IncidentReport* result);
357 const String16& id16, IncidentManager::IncidentReport* result) { in getIncidentReport()
249 public IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id) in getIncidentReport()
1852 …on.PACKAGE_USAGE_STATS}) @Nullable public android.os.IncidentManager.IncidentReport getIncidentRep…1869 …public static class IncidentManager.IncidentReport implements java.io.Closeable android.os.Parcela…1870 ctor public IncidentManager.IncidentReport(android.os.Parcel);1877 …blic static final android.os.Parcelable.Creator<android.os.IncidentManager.IncidentReport> CREATOR;
5314 …on.PACKAGE_USAGE_STATS}) @Nullable public android.os.IncidentManager.IncidentReport getIncidentRep…5331 …public static class IncidentManager.IncidentReport implements java.io.Closeable android.os.Parcela…5332 ctor public IncidentManager.IncidentReport(android.os.Parcel);5339 …blic static final android.os.Parcelable.Creator<android.os.IncidentManager.IncidentReport> CREATOR;