Searched refs:errorMessageId (Results 1 – 3 of 3) sorted by relevance
287 int errorMessageId = -1; in showErrorDialog() local291 errorMessageId = R.string.outgoing_call_error_no_phone_number_supplied; in showErrorDialog()294 if (errorMessageId != -1) { in showErrorDialog()295 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId); in showErrorDialog()
31 void error(int dialogTitleId, int errorMessageId, boolean factoryResetRequired); in error() argument
140 public void error(int dialogTitleId, int errorMessageId, in createProvisioningControllerCallback()