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

/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java123 * of CrashInfo describing the crash; otherwise null.
125 public CrashInfo crashInfo;
265 crashInfo = new CrashInfo(in);
294 public static class CrashInfo { class in class:ApplicationErrorReport
331 * Create an uninitialized instance of CrashInfo.
333 public CrashInfo() { method in class:ApplicationErrorReport.CrashInfo
337 * Create an instance of CrashInfo initialized from an exception.
339 public CrashInfo(Throwable tr) { method in class:ApplicationErrorReport.CrashInfo
376 * Create an instance of CrashInfo initialized from a Parcel.
378 public CrashInfo(Parce method in class:ApplicationErrorReport.CrashInfo
[all...]

Completed in 110 milliseconds