Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java491 public static class ParcelableCrashInfo extends CrashInfo implements Parcelable { class in ApplicationErrorReport
495 public ParcelableCrashInfo() { in ParcelableCrashInfo() method in ApplicationErrorReport.ParcelableCrashInfo
501 public ParcelableCrashInfo(Throwable tr) { in ParcelableCrashInfo() method in ApplicationErrorReport.ParcelableCrashInfo
505 public ParcelableCrashInfo(Parcel in) { in ParcelableCrashInfo() method in ApplicationErrorReport.ParcelableCrashInfo