Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java269 final Intent errorIntent = new Intent(context, ErrorDialogActivity.class); in showErrorDialog() local
278 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()
DCallsManager.java4618 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);