Searched refs:errorMessageId (Results 1 – 2 of 2) sorted by relevance
270 int errorMessageId = -1; in showErrorDialog() local274 errorMessageId = R.string.outgoing_call_error_no_phone_number_supplied; in showErrorDialog()277 if (errorMessageId != -1) { in showErrorDialog()278 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in showErrorDialog()
31 void error(int dialogTitleId, int errorMessageId, boolean factoryResetRequired); in error() argument