Searched refs:appErrorIntent (Results 1 – 2 of 2) sorted by relevance
143 Intent appErrorIntent = null;160 appErrorIntent = mService.mAppErrors.createAppErrorIntentLocked(app,174 if (appErrorIntent != null) {176 getContext().startActivity(appErrorIntent);
390 Intent appErrorIntent = null; in crashApplicationInner() local433 appErrorIntent = createAppErrorIntentLocked(r, timeMillis, crashInfo); in crashApplicationInner()443 if (appErrorIntent != null) { in crashApplicationInner()445 mContext.startActivityAsUser(appErrorIntent, new UserHandle(r.userId)); in crashApplicationInner()