Home
last modified time | relevance | path

Searched refs:fragmentController (Results 1 – 2 of 2) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DFragmentTestUtil.java167 FragmentController fragmentController, in resume() argument
170 fragmentController.attachHost(null); in resume()
172 fragmentController.restoreAllState(savedState.first, savedState.second); in resume()
174 fragmentController.dispatchCreate(); in resume()
175 fragmentController.dispatchActivityCreated(); in resume()
176 fragmentController.noteStateNotSaved(); in resume()
177 fragmentController.execPendingActions(); in resume()
178 fragmentController.dispatchStart(); in resume()
179 fragmentController.reportLoaderStart(); in resume()
180 fragmentController.dispatchResume(); in resume()
[all …]
DFragmentLifecycleTest.java428 … final FragmentController fragmentController = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange() local
431 fragmentController.attachHost(null); in noPrematureStateChange()
432 fragmentController.dispatchCreate(); in noPrematureStateChange()
433 fragmentController.dispatchActivityCreated(); in noPrematureStateChange()
434 fragmentController.noteStateNotSaved(); in noPrematureStateChange()
435 fragmentController.execPendingActions(); in noPrematureStateChange()
436 fragmentController.dispatchStart(); in noPrematureStateChange()
437 fragmentController.reportLoaderStart(); in noPrematureStateChange()
438 fragmentController.dispatchResume(); in noPrematureStateChange()
439 fragmentController.restoreAllState(savedState.first, savedState.second); in noPrematureStateChange()
[all …]