Searched refs:getErrorReportReceiver (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ApplicationErrorReport.java | 161 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 D | StrictModeViolationDialog.java | 70 if (app.mErrorState.getErrorReportReceiver() != null) { in StrictModeViolationDialog()
|
H A D | ProcessErrorStateRecord.java | 198 ComponentName getErrorReportReceiver() { in getErrorReportReceiver() method in ProcessErrorStateRecord 551 mErrorReportReceiver = ApplicationErrorReport.getErrorReportReceiver( in startAppProblemLSP()
|
H A D | AppNotRespondingDialog.java | 111 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
|
H A D | AppErrorDialog.java | 114 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
|
H A D | AppErrors.java | 796 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 D | RunningServiceDetails.java | 322 detail.mInstaller = ApplicationErrorReport.getErrorReportReceiver( in addServiceDetailsView()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 4661 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 3844 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 3619 Landroid/app/ApplicationErrorReport;->getErrorReportReceiver(Landroid/content/pm/PackageManager;Lja…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 8488 PLcom/android/server/am/ProcessErrorStateRecord;->getErrorReportReceiver()Landroid/content/Componen…
|