Searched refs:anrInfo (Results 1 – 4 of 4) sorted by relevance
133 public AnrInfo anrInfo; field in ApplicationErrorReport249 anrInfo.writeToParcel(dest, flags); in writeToParcel()272 anrInfo = null; in readFromParcel()277 anrInfo = new AnrInfo(in); in readFromParcel()284 anrInfo = null; in readFromParcel()290 anrInfo = null; in readFromParcel()700 anrInfo.dump(pw, prefix); in dump()
825 report.anrInfo = new ApplicationErrorReport.AnrInfo();827 report.anrInfo.activity = errState.getNotRespondingReport().tag;828 report.anrInfo.cause = errState.getNotRespondingReport().shortMsg;829 report.anrInfo.info = errState.getNotRespondingReport().longMsg;
4665 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;
3853 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;