Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java161 public static ComponentName getErrorReportReceiver(Context context, in getErrorReportReceiver() method in ApplicationErrorReport
183 result = getErrorReportReceiver(pm, packageName, candidate); in getErrorReportReceiver()
193 result = getErrorReportReceiver(pm, packageName, candidate); in getErrorReportReceiver()
201 return getErrorReportReceiver(pm, packageName, candidate); in getErrorReportReceiver()
213 static ComponentName getErrorReportReceiver(PackageManager pm, String errorPackage, in getErrorReportReceiver() method in ApplicationErrorReport
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DStrictModeViolationDialog.java70 if (app.mErrorState.getErrorReportReceiver() != null) { in StrictModeViolationDialog()
H A DProcessErrorStateRecord.java198 ComponentName getErrorReportReceiver() { in getErrorReportReceiver() method in ProcessErrorStateRecord
551 mErrorReportReceiver = ApplicationErrorReport.getErrorReportReceiver( in startAppProblemLSP()
H A DAppNotRespondingDialog.java111 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
H A DAppErrorDialog.java114 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
H A DAppErrors.java796 result.setComponent(r.mErrorState.getErrorReportReceiver());
806 if (errState.getErrorReportReceiver() == null) {
817 report.installerPackageName = errState.getErrorReportReceiver().getPackageName();
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningServiceDetails.java322 detail.mInstaller = ApplicationErrorReport.getErrorReportReceiver( in addServiceDetailsView()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt4661 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt3844 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt3619 Landroid/app/ApplicationErrorReport;->getErrorReportReceiver(Landroid/content/pm/PackageManager;Lja…
/aosp12/frameworks/base/services/
H A Dart-profile8488 PLcom/android/server/am/ProcessErrorStateRecord;->getErrorReportReceiver()Landroid/content/Componen…