Home
last modified time | relevance | path

Searched refs:appErrorIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DAppNotRespondingDialog.java143 Intent appErrorIntent = null;
160 appErrorIntent = mService.mAppErrors.createAppErrorIntentLocked(app,
174 if (appErrorIntent != null) {
176 getContext().startActivity(appErrorIntent);
DAppErrors.java390 Intent appErrorIntent = null; in crashApplicationInner() local
433 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo); in crashApplicationInner()
443 if (appErrorIntent != null) { in crashApplicationInner()
445 mContext.startActivityAsUser(appErrorIntent, new UserHandle(r.userId)); in crashApplicationInner()