Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java117 private ComponentName mErrorReportReceiver; field in ProcessErrorStateRecord
199 return mErrorReportReceiver; in getErrorReportReceiver()
204 mErrorReportReceiver = errorReportReceiver; in setErrorReportReceiver()
547 mErrorReportReceiver = null; in startAppProblemLSP()
551 mErrorReportReceiver = ApplicationErrorReport.getErrorReportReceiver( in startAppProblemLSP()
621 if (mErrorReportReceiver != null) { in dump()
623 pw.print(mErrorReportReceiver.flattenToShortString()); in dump()