Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java133 public AnrInfo anrInfo; field in ApplicationErrorReport
249 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()
/frameworks/base/services/core/java/com/android/server/am/
DAppErrors.java825 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;
/frameworks/base/core/api/
Dcurrent.txt4665 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3853 field public android.app.ApplicationErrorReport.AnrInfo anrInfo;