Searched refs:realDialogFragment (Results 1 – 1 of 1) sorted by relevance
27 private DialogFragment realDialogFragment; field in ShadowDialogFragment40 shadowOf(realDialogFragment).setActivity(activityFromManager); in show()42 realDialogFragment.onAttach(activity); in show()43 realDialogFragment.onCreate(null); in show()44 dialog = realDialogFragment.onCreateDialog(null); in show()45 view = realDialogFragment.onCreateView(ShadowLayoutInflater.from(activity), null, null); in show()51 testFragmentManager.addDialogFragment(tag, realDialogFragment); in show()52 realDialogFragment.onViewCreated(view, null); in show()53 realDialogFragment.onActivityCreated(null); in show()54 realDialogFragment.onStart(); in show()[all …]