Searched refs:anrInfo (Results 1 – 4 of 4) sorted by relevance
131 public AnrInfo anrInfo; field in ApplicationErrorReport247 anrInfo.writeToParcel(dest, flags); in writeToParcel()270 anrInfo = null; in readFromParcel()275 anrInfo = new AnrInfo(in); in readFromParcel()282 anrInfo = null; in readFromParcel()288 anrInfo = null; in readFromParcel()621 anrInfo.dump(pw, prefix); in dump()
12631 report.anrInfo = new ApplicationErrorReport.AnrInfo(); in createAppErrorReportLocked()12633 report.anrInfo.activity = r.notRespondingReport.tag; in createAppErrorReportLocked()12634 report.anrInfo.cause = r.notRespondingReport.shortMsg; in createAppErrorReportLocked()12635 report.anrInfo.info = r.notRespondingReport.longMsg; in createAppErrorReportLocked()
3926 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;
4037 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;