Searched refs:appErrorIntent (Results 1 – 2 of 2) sorted by relevance
107 Intent appErrorIntent = null;120 appErrorIntent = mService.createAppErrorIntentLocked(app,134 if (appErrorIntent != null) {136 getContext().startActivity(appErrorIntent);
12574 Intent appErrorIntent = null; in crashApplication() local12583 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo); in crashApplication()12587 if (appErrorIntent != null) { in crashApplication()12589 mContext.startActivityAsUser(appErrorIntent, new UserHandle(r.userId)); in crashApplication()