Searched refs:ERROR_MESSAGE_ID_EXTRA (Results 1 – 4 of 4) sorted by relevance
37 public static final String ERROR_MESSAGE_ID_EXTRA = "error_message_id"; field in ErrorDialogActivity59 final int error = getIntent().getIntExtra(ERROR_MESSAGE_ID_EXTRA, -1); in onCreate()
74 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId); in showErrorDialogForRestrictedOutgoingCall()
327 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in showErrorDialog()
6728 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, messageId);