Searched defs:DIALOG_FRAGMENT_TAG (Results 1 – 3 of 3) sorted by relevance
55 private static final String DIALOG_FRAGMENT_TAG = "dialog_fragment_tag"; field in MainActivity236 dialogFragment.show(getSupportFragmentManager(), DIALOG_FRAGMENT_TAG); in showConfigurationDialog() local
94 private static final String DIALOG_FRAGMENT_TAG = field in PreferenceFragment227 ((DialogFragment) f).show(getFragmentManager(), DIALOG_FRAGMENT_TAG); in onDisplayPreferenceDialog() local
77 static final String DIALOG_FRAGMENT_TAG = field in SettingsFragment