Searched refs:getErrorReportReceiver (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ApplicationErrorReport.java | 159 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/ |
D | ActivityManagerService.java | 12021 app.errorReportReceiver = ApplicationErrorReport.getErrorReportReceiver( in startAppProblemLocked()
|
/frameworks/base/api/ |
D | current.txt | 3917 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|
D | system-current.txt | 4028 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|