Home
last modified time | relevance | path

Searched refs:createController (Results 1 – 4 of 4) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DFragmentLifecycleTest.java315 final FragmentController fc = FragmentTestUtil.createController(mActivityRule); in fragmentDestroyedOnFinish()
348 FragmentController fc = FragmentController.createController( in childFragmentManagerAttach()
412 final FragmentController fc = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange()
424 … final FragmentController fragmentController = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange()
449 FragmentController fc = FragmentTestUtil.createController(mActivityRule); in testIsStateSaved()
485 FragmentController fc = FragmentTestUtil.createController(mActivityRule); in testSetArgumentsLifecycle()
541 final FragmentController fc1 = FragmentController.createController( in targetFragmentRestoreLifecycleStateBackStack()
577 final FragmentController fc2 = FragmentController.createController( in targetFragmentRestoreLifecycleStateBackStack()
607 final FragmentController fc1 = FragmentController.createController( in targetFragmentRestoreLifecycleStateManagerOrder()
644 final FragmentController fc2 = FragmentController.createController( in targetFragmentRestoreLifecycleStateManagerOrder()
[all …]
DFragmentTestUtil.java155 public static FragmentController createController(ActivityTestRule<FragmentTestActivity> rule) { in createController() method in FragmentTestUtil
160 controller[0] = FragmentController.createController(hostCallbacks); in createController()
DFragmentAnimatorTest.java395 final FragmentController fc1 = FragmentTestUtil.createController(mActivityRule); in saveWhileAnimatingAway()
428 final FragmentController fc2 = FragmentTestUtil.createController(mActivityRule); in saveWhileAnimatingAway()
DPostponedTransitionTest.java690 final FragmentController fc1 = FragmentTestUtil.createController(mActivityRule); in saveWhilePostponed()
705 final FragmentController fc2 = FragmentTestUtil.createController(mActivityRule); in saveWhilePostponed()