Home
last modified time | relevance | path

Searched refs:errorMessageId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallIntentProcessor.java270 int errorMessageId = -1; in showErrorDialog() local
274 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()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DProvisioningManagerCallback.java31 void error(int dialogTitleId, int errorMessageId, boolean factoryResetRequired); in error() argument