Searched refs:TAG_DIALOG (Results 1 – 1 of 1) sorted by relevance
96 public static final String TAG_DIALOG = "tag_dialog"; field in DialogActivity378 boolean hasDialog = fm.findFragmentByTag(DialogActivity.TAG_DIALOG) != null; in setDialogFragment()384 ft.replace(R.id.dialog_fragment, fragment, DialogActivity.TAG_DIALOG); in setDialogFragment()390 (DialogFragment) getFragmentManager().findFragmentByTag(TAG_DIALOG); in getDialogFragment()