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.java313 final FragmentController fc = FragmentTestUtil.createController(mActivityRule); in fragmentDestroyedOnFinish()
346 FragmentController fc = FragmentController.createController( in childFragmentManagerAttach()
410 final FragmentController fc = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange()
422 … final FragmentController fragmentController = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange()
447 FragmentController fc = FragmentTestUtil.createController(mActivityRule); in testIsStateSaved()
483 FragmentController fc = FragmentTestUtil.createController(mActivityRule); in testSetArgumentsLifecycle()
539 final FragmentController fc1 = FragmentController.createController( in targetFragmentRestoreLifecycleStateBackStack()
575 final FragmentController fc2 = FragmentController.createController( in targetFragmentRestoreLifecycleStateBackStack()
605 final FragmentController fc1 = FragmentController.createController( in targetFragmentRestoreLifecycleStateManagerOrder()
642 final FragmentController fc2 = FragmentController.createController( in targetFragmentRestoreLifecycleStateManagerOrder()
[all …]
DFragmentTestUtil.java154 public static FragmentController createController(ActivityTestRule<FragmentTestActivity> rule) { in createController() method in FragmentTestUtil
159 controller[0] = FragmentController.createController(hostCallbacks); in createController()
DFragmentAnimatorTest.java394 final FragmentController fc1 = FragmentTestUtil.createController(mActivityRule); in saveWhileAnimatingAway()
427 final FragmentController fc2 = FragmentTestUtil.createController(mActivityRule); in saveWhileAnimatingAway()
DPostponedTransitionTest.java689 final FragmentController fc1 = FragmentTestUtil.createController(mActivityRule); in saveWhilePostponed()
704 final FragmentController fc2 = FragmentTestUtil.createController(mActivityRule); in saveWhilePostponed()