Searched refs:errorMessageId (Results 1 – 4 of 4) sorted by relevance
598 int errorMessageId = -1; in handleOutgoingCallError() local611 errorMessageId = R.string.incall_error_call_failed; in handleOutgoingCallError()622 errorMessageId = R.string.incall_error_power_off; in handleOutgoingCallError()628 errorMessageId = R.string.incall_error_emergency_only; in handleOutgoingCallError()632 errorMessageId = R.string.incall_error_out_of_service; in handleOutgoingCallError()638 errorMessageId = R.string.incall_error_no_phone_number_supplied; in handleOutgoingCallError()673 errorMessageId = R.string.incall_error_call_failed; in handleOutgoingCallError()677 if (errorMessageId != -1) { in handleOutgoingCallError()678 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in handleOutgoingCallError()
148 int errorMessageId = -1; in disconnectCallAndShowErrorDialog() local152 errorMessageId = R.string.outgoing_call_error_no_phone_number_supplied; in disconnectCallAndShowErrorDialog()155 if (errorMessageId != -1) { in disconnectCallAndShowErrorDialog()156 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in disconnectCallAndShowErrorDialog()
341 public ParseException(String message, int errorMessageId) { in ParseException() argument343 mErrorMessageId = errorMessageId; in ParseException()346 public ParseException(String message, int errorMessageId, Throwable t) { in ParseException() argument348 mErrorMessageId = errorMessageId; in ParseException()
232 int errorMessageId = intent.getIntExtra( in handleProvisioningIntent() local238 + getResources().getString(errorMessageId)); in handleProvisioningIntent()240 error(errorMessageId, true /* always factory reset */); in handleProvisioningIntent()