Searched refs:errorIntent (Results 1 – 2 of 2) sorted by relevance
269 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in showErrorDialog() local278 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in showErrorDialog()279 errorIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in showErrorDialog()280 context.startActivityAsUser(errorIntent, UserHandle.CURRENT); in showErrorDialog()
4618 Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class);4619 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_STRING_EXTRA,4621 errorIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);4622 mContext.startActivityAsUser(errorIntent, UserHandle.CURRENT);5206 final Intent errorIntent = new Intent(mContext, ErrorDialogActivity.class);5207 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, messageId);5208 errorIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);5209 mContext.startActivityAsUser(errorIntent, UserHandle.CURRENT);