Searched refs:getErrorReportReceiver (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/app/ |
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
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | StrictModeViolationDialog.java | 70 if (app.mErrorState.getErrorReportReceiver() != null) { in StrictModeViolationDialog()
|
D | AppNotRespondingDialog.java | 113 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
|
D | AppErrorDialog.java | 114 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
|
D | ProcessErrorStateRecord.java | 240 ComponentName getErrorReportReceiver() { in getErrorReportReceiver() method in ProcessErrorStateRecord 720 mErrorReportReceiver = ApplicationErrorReport.getErrorReportReceiver( in startAppProblemLSP()
|
D | AppErrors.java | 820 result.setComponent(r.mErrorState.getErrorReportReceiver()); 830 if (errState.getErrorReportReceiver() == null) { 841 report.installerPackageName = errState.getErrorReportReceiver().getPackageName();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3844 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|
/frameworks/base/core/api/ |
D | current.txt | 5219 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 3619 Landroid/app/ApplicationErrorReport;->getErrorReportReceiver(Landroid/content/pm/PackageManager;Lja…
|