Searched refs:errorMessageId (Results 1 – 3 of 3) sorted by relevance
579 int errorMessageId = -1; in handleOutgoingCallError() local592 errorMessageId = R.string.incall_error_call_failed; in handleOutgoingCallError()603 errorMessageId = R.string.incall_error_power_off; in handleOutgoingCallError()609 errorMessageId = R.string.incall_error_emergency_only; in handleOutgoingCallError()613 errorMessageId = R.string.incall_error_out_of_service; in handleOutgoingCallError()619 errorMessageId = R.string.incall_error_no_phone_number_supplied; in handleOutgoingCallError()654 errorMessageId = R.string.incall_error_call_failed; in handleOutgoingCallError()658 if (errorMessageId != -1) { in handleOutgoingCallError()659 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in handleOutgoingCallError()
240 int errorMessageId = -1; in disconnectCallAndShowErrorDialog() local244 errorMessageId = R.string.outgoing_call_error_no_phone_number_supplied; in disconnectCallAndShowErrorDialog()247 if (errorMessageId != -1) { in disconnectCallAndShowErrorDialog()248 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in disconnectCallAndShowErrorDialog()
31 void error(int dialogTitleId, int errorMessageId, boolean factoryResetRequired); in error() argument