Searched refs:ERROR_MESSAGE_ID_EXTRA (Results 1 - 5 of 5) sorted by last modified time

/packages/services/Telephony/src/com/android/phone/
H A DCallController.java659 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId);
H A DErrorDialogActivity.java35 public static final String ERROR_MESSAGE_ID_EXTRA = "error_message_id"; field in class:ErrorDialogActivity
47 final int error = getIntent().getIntExtra(ERROR_MESSAGE_ID_EXTRA, -1);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIntentProcessor.java248 errorIntent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, errorMessageId);
/packages/services/Telecomm/src/com/android/server/telecom/components/
H A DErrorDialogActivity.java37 public static final String ERROR_MESSAGE_ID_EXTRA = "error_message_id"; field in class:ErrorDialogActivity
59 final int error = getIntent().getIntExtra(ERROR_MESSAGE_ID_EXTRA, -1);
H A DUserCallIntentProcessor.java191 intent.putExtra(ErrorDialogActivity.ERROR_MESSAGE_ID_EXTRA, stringId);

Completed in 162 milliseconds