Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/credentials/
DCredentialManagerPreferenceController.java752 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 CredentialManagerPreferenceController
970 ErrorDialogFragment(DialogHost dialogHost) { in ErrorDialogFragment() method in CredentialManagerPreferenceController.ErrorDialogFragment
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadFragment.java1092 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 DialpadFragment
1743 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()