Searched refs: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
642 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
658 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
631 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
647 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);

Completed in 38 milliseconds