Home
last modified time | relevance | path

Searched refs:anrInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java132 public AnrInfo anrInfo; field in ApplicationErrorReport
248 anrInfo.writeToParcel(dest, flags); in writeToParcel()
271 anrInfo = null; in readFromParcel()
276 anrInfo = new AnrInfo(in); in readFromParcel()
283 anrInfo = null; in readFromParcel()
289 anrInfo = null; in readFromParcel()
691 anrInfo.dump(pw, prefix); in dump()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java662 report.anrInfo = new ApplicationErrorReport.AnrInfo(); in createAppErrorReportLocked()
664 report.anrInfo.activity = r.notRespondingReport.tag; in createAppErrorReportLocked()
665 report.anrInfo.cause = r.notRespondingReport.shortMsg; in createAppErrorReportLocked()
666 report.anrInfo.info = r.notRespondingReport.longMsg; in createAppErrorReportLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3853 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;
/frameworks/base/config/
Dhiddenapi-public-dex.txt2004 Landroid/app/ApplicationErrorReport;->anrInfo:Landroid/app/ApplicationErrorReport$AnrInfo;
/frameworks/base/api/
Dcurrent.txt4308 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;