Searched refs:showDialogIfForeground (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailSettingsActivity.java608 private void showDialogIfForeground(int id) { method in class:VoicemailSettingsActivity
686 showDialogIfForeground(VoicemailDialogUtil.VM_NOCHANGE_ERROR_DIALOG);
708 showDialogIfForeground(VoicemailDialogUtil.VM_FWD_READING_DIALOG);
748 showDialogIfForeground(VoicemailDialogUtil.FWD_GET_RESPONSE_ERROR_DIALOG);
805 showDialogIfForeground(VoicemailDialogUtil.VM_FWD_SAVING_DIALOG);
925 showDialogIfForeground(VoicemailDialogUtil.VM_REVERTING_DIALOG);
1051 showDialogIfForeground(dialogId);
1064 showDialogIfForeground(dialogId);
1074 showDialogIfForeground(mVMOrFwdSetError);

Completed in 34 milliseconds