Searched refs:errorIntent (Results 1 – 1 of 1) sorted by relevance
142 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in disconnectCallAndShowErrorDialog() local151 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in disconnectCallAndShowErrorDialog()153 errorIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in disconnectCallAndShowErrorDialog()154 context.startActivityAsUser(errorIntent, UserHandle.CURRENT); in disconnectCallAndShowErrorDialog()