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.java107 Intent appErrorIntent = null;
120 appErrorIntent = mService.createAppErrorIntentLocked(app,
134 if (appErrorIntent != null) {
136 getContext().startActivity(appErrorIntent);
DActivityManagerService.java12574 Intent appErrorIntent = null; in crashApplication() local
12583 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo); in crashApplication()
12587 if (appErrorIntent != null) { in crashApplication()
12589 mContext.startActivityAsUser(appErrorIntent, new UserHandle(r.userId)); in crashApplication()