Searched refs:ErrorDialogFragment (Results 1 – 2 of 2) sorted by relevance
752 fragment.show(mFragmentManager, ErrorDialogFragment.TAG); in addProviderPreference()859 fragment.show(mFragmentManager, ErrorDialogFragment.TAG); in completeEnableProviderDialogBox()875 private @Nullable ErrorDialogFragment newErrorDialogFragment() { in newErrorDialogFragment()885 return new ErrorDialogFragment(host); in newErrorDialogFragment()968 public static class ErrorDialogFragment extends CredentialManagerDialogFragment { class in CredentialManagerPreferenceController970 ErrorDialogFragment(DialogHost dialogHost) { in ErrorDialogFragment() method in CredentialManagerPreferenceController.ErrorDialogFragment
1092 ErrorDialogFragment.newInstance(R.string.dialog_voicemail_airplane_mode_message); in onLongClick()1096 ErrorDialogFragment.newInstance(R.string.dialog_voicemail_not_ready_message); in onLongClick()1182 ErrorDialogFragment.newInstance(R.string.dialog_phone_call_prohibited_message); in handleDialButtonPressed()1736 public static class ErrorDialogFragment extends DialogFragment { class in DialpadFragment1743 public static ErrorDialogFragment newInstance(int messageResId) { in newInstance()1747 public static ErrorDialogFragment newInstance(int titleResId, int messageResId) { in newInstance()1748 final ErrorDialogFragment fragment = new ErrorDialogFragment(); in newInstance()