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.java121 private static final String DIALOG_FRAGMENT_TAG = field in class:PreferenceFragment
559 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
575 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java114 private static final String DIALOG_FRAGMENT_TAG = field in class:PreferenceFragmentCompat
552 if (getFragmentManager().findFragmentByTag(DIALOG_FRAGMENT_TAG) != null) {
566 f.show(getFragmentManager(), DIALOG_FRAGMENT_TAG);

Completed in 320 milliseconds