Searched defs:CrashInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java122 * of CrashInfo describing the crash; otherwise null.
124 public CrashInfo crashInfo;
254 crashInfo = new CrashInfo(in);
283 public static class CrashInfo { class in class:ApplicationErrorReport
320 * Create an uninitialized instance of CrashInfo.
322 public CrashInfo() { method in class:ApplicationErrorReport.CrashInfo
326 * Create an instance of CrashInfo initialized from an exception.
328 public CrashInfo(Throwable tr) { method in class:ApplicationErrorReport.CrashInfo
363 * Create an instance of CrashInfo initialized from a Parcel.
365 public CrashInfo(Parce method in class:ApplicationErrorReport.CrashInfo
[all...]

Completed in 753 milliseconds