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.java166 FragmentController fragmentController, in resume() argument
169 fragmentController.attachHost(null); in resume()
171 fragmentController.restoreAllState(savedState.first, savedState.second); in resume()
173 fragmentController.dispatchCreate(); in resume()
174 fragmentController.dispatchActivityCreated(); in resume()
175 fragmentController.noteStateNotSaved(); in resume()
176 fragmentController.execPendingActions(); in resume()
177 fragmentController.dispatchStart(); in resume()
178 fragmentController.reportLoaderStart(); in resume()
179 fragmentController.dispatchResume(); in resume()
[all …]
DFragmentLifecycleTest.java422 … final FragmentController fragmentController = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange() local
425 fragmentController.attachHost(null); in noPrematureStateChange()
426 fragmentController.dispatchCreate(); in noPrematureStateChange()
427 fragmentController.dispatchActivityCreated(); in noPrematureStateChange()
428 fragmentController.noteStateNotSaved(); in noPrematureStateChange()
429 fragmentController.execPendingActions(); in noPrematureStateChange()
430 fragmentController.dispatchStart(); in noPrematureStateChange()
431 fragmentController.reportLoaderStart(); in noPrematureStateChange()
432 fragmentController.dispatchResume(); in noPrematureStateChange()
433 fragmentController.restoreAllState(savedState.first, savedState.second); in noPrematureStateChange()
[all …]