Searched refs:fragmentController (Results 1 – 2 of 2) sorted by relevance
167 FragmentController fragmentController, in resume() argument170 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 …]
428 … final FragmentController fragmentController = FragmentTestUtil.createController(mActivityRule); in noPrematureStateChange() local431 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 …]