Searched refs:anrInfo (Results 1 – 4 of 4) sorted by relevance
131 public AnrInfo anrInfo; field in ApplicationErrorReport244 anrInfo.writeToParcel(dest, flags); in writeToParcel()266 anrInfo = null; in readFromParcel()271 anrInfo = new AnrInfo(in); in readFromParcel()278 anrInfo = null; in readFromParcel()284 anrInfo = null; in readFromParcel()617 anrInfo.dump(pw, prefix); in dump()
12156 report.anrInfo = new ApplicationErrorReport.AnrInfo();12158 report.anrInfo.activity = r.notRespondingReport.tag;12159 report.anrInfo.cause = r.notRespondingReport.shortMsg;12160 report.anrInfo.info = r.notRespondingReport.longMsg;
3943 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;
3853 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;