Home
last modified time | relevance | path

Searched refs:errorIntent (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallReceiver.java142 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in disconnectCallAndShowErrorDialog() local
151 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()