HomeSort by relevance Sort by last modified time
    Searched refs:fragmentController (Results 1 - 2 of 2) sorted by null

  /cts/tests/fragment/src/android/fragment/cts/
FragmentTestUtil.java 23 import android.app.FragmentController;
155 public static FragmentController createController(ActivityTestRule<FragmentTestActivity> rule) {
156 final FragmentController[] controller = new FragmentController[1];
160 controller[0] = FragmentController.createController(hostCallbacks);
167 FragmentController fragmentController,
170 fragmentController.attachHost(null);
172 fragmentController.restoreAllState(savedState.first, savedState.second);
174 fragmentController.dispatchCreate()
    [all...]
FragmentLifecycleTest.java 35 import android.app.FragmentController;
315 final FragmentController fc = FragmentTestUtil.createController(mActivityRule);
348 FragmentController fc = FragmentController.createController(
412 final FragmentController fc = FragmentTestUtil.createController(mActivityRule);
424 final FragmentController fragmentController = FragmentTestUtil.createController(mActivityRule);
427 fragmentController.attachHost(null);
428 fragmentController.dispatchCreate();
429 fragmentController.dispatchActivityCreated()
    [all...]

Completed in 153 milliseconds