Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailDialogUtil.java31 public static final int VM_RESPONSE_ERROR_DIALOG = 500; field in VoicemailDialogUtil
40 if ((id == VM_RESPONSE_ERROR_DIALOG) || (id == VM_NOCHANGE_ERROR_DIALOG) || in getDialog()
63 case VM_RESPONSE_ERROR_DIALOG: in getDialog()
/packages/services/Telephony/src/com/android/phone/
DCallFeaturesSetting.java1017 handleVmOrFwdSetError(VoicemailDialogUtil.VM_RESPONSE_ERROR_DIALOG); in handleSetVmOrFwdMessage()