Searched refs:existingFragment (Results 1 – 3 of 3) sorted by relevance
52 Fragment existingFragment = manager.findFragmentByTag(TAG); in show() local53 if (existingFragment == null) { in show()54 existingFragment = new Enable16kPagesWarningDialog(); in show()57 if (existingFragment instanceof Enable16kPagesWarningDialog) { in show()60 existingFragment.setArguments(bundle); in show()61 existingFragment.setTargetFragment(hostFragment, 0 /* requestCode */); in show()62 ((Enable16kPagesWarningDialog) existingFragment).setHost(dialogHost); in show()63 ((Enable16kPagesWarningDialog) existingFragment).show(manager, TAG); in show()
51 Fragment existingFragment = manager.findFragmentByTag(TAG); in show() local52 if (existingFragment == null) { in show()53 existingFragment = new EnableExt4WarningDialog(); in show()56 if (existingFragment instanceof EnableExt4WarningDialog) { in show()57 existingFragment.setTargetFragment(hostFragment, 0 /* requestCode */); in show()58 ((EnableExt4WarningDialog) existingFragment).setHost(dialogHost); in show()59 ((EnableExt4WarningDialog) existingFragment).show(manager, TAG); in show()
47 Fragment existingFragment = manager.findFragmentByTag(TAG); in show() local48 if (existingFragment == null) { in show()49 existingFragment = new Enable16KOemUnlockDialog(); in show()52 if (existingFragment instanceof Enable16KOemUnlockDialog) { in show()53 existingFragment.setTargetFragment(hostFragment, 0 /* requestCode */); in show()54 ((Enable16KOemUnlockDialog) existingFragment).show(manager, TAG); in show()