Searched defs:DIALOG_FRAGMENT_TAG (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java133 private static final String DIALOG_FRAGMENT_TAG = field in class:PreferenceFragment
647 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
663 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java122 private static final String DIALOG_FRAGMENT_TAG = field in class:PreferenceFragmentCompat
635 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
651 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);

Completed in 92 milliseconds