Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DApplicationErrorReport.java159 public static ComponentName getErrorReportReceiver(Context context, in getErrorReportReceiver() method in ApplicationErrorReport
181 result = getErrorReportReceiver(pm, packageName, candidate); in getErrorReportReceiver()
191 result = getErrorReportReceiver(pm, packageName, candidate); in getErrorReportReceiver()
199 return getErrorReportReceiver(pm, packageName, candidate); in getErrorReportReceiver()
211 static ComponentName getErrorReportReceiver(PackageManager pm, String errorPackage, in getErrorReportReceiver() method in ApplicationErrorReport
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11550 app.errorReportReceiver = ApplicationErrorReport.getErrorReportReceiver(
/frameworks/base/api/
Dsystem-current.txt3934 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
Dcurrent.txt3844 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…