Searched refs:appErrorIntent (Results 1 – 2 of 2) sorted by relevance
142 Intent appErrorIntent = null;160 appErrorIntent = mService.mAppErrors.createAppErrorIntentLOSP(app,180 if (appErrorIntent != null) {182 getContext().startActivity(appErrorIntent);
666 Intent appErrorIntent = null; in crashApplicationInner() local710 appErrorIntent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); in crashApplicationInner()711 appErrorIntent.setData(Uri.parse("package:" + r.info.packageName)); in crashApplicationInner()712 appErrorIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in crashApplicationInner()716 appErrorIntent = createAppErrorIntentLOSP(r, timeMillis, crashInfo); in crashApplicationInner()721 if (appErrorIntent != null) { in crashApplicationInner()723 mContext.startActivityAsUser(appErrorIntent, new UserHandle(r.userId)); in crashApplicationInner()