Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java473 public static class ParcelableCrashInfo extends CrashInfo implements Parcelable { class in ApplicationErrorReport
477 public ParcelableCrashInfo() { in ParcelableCrashInfo() method in ApplicationErrorReport.ParcelableCrashInfo
483 public ParcelableCrashInfo(Throwable tr) { in ParcelableCrashInfo() method in ApplicationErrorReport.ParcelableCrashInfo
487 public ParcelableCrashInfo(Parcel in) { in ParcelableCrashInfo() method in ApplicationErrorReport.ParcelableCrashInfo