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 | 111 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
|
D | ProcessErrorStateRecord.java | 198 ComponentName getErrorReportReceiver() { in getErrorReportReceiver() method in ProcessErrorStateRecord 551 mErrorReportReceiver = ApplicationErrorReport.getErrorReportReceiver( in startAppProblemLSP()
|
D | AppErrorDialog.java | 114 final boolean hasReceiver = mProc.mErrorState.getErrorReportReceiver() != null; in onCreate()
|
D | AppErrors.java | 794 result.setComponent(r.mErrorState.getErrorReportReceiver()); 804 if (errState.getErrorReportReceiver() == null) { 815 report.installerPackageName = errState.getErrorReportReceiver().getPackageName();
|
/frameworks/base/core/api/ |
D | current.txt | 4656 …method public static android.content.ComponentName getErrorReportReceiver(android.content.Context,…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3844 …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…
|
/frameworks/base/services/ |
D | art-profile | 8488 PLcom/android/server/am/ProcessErrorStateRecord;->getErrorReportReceiver()Landroid/content/Componen…
|