Searched refs:fragmentController (Results 1 – 2 of 2) sorted by relevance
166 final FragmentController fragmentController, in resume() argument171 fragmentController.attachHost(null); in resume()173 fragmentController.restoreAllState(savedState.first, savedState.second); in resume()175 fragmentController.dispatchCreate(); in resume()176 fragmentController.dispatchActivityCreated(); in resume()177 fragmentController.noteStateNotSaved(); in resume()178 fragmentController.execPendingActions(); in resume()179 fragmentController.dispatchStart(); in resume()180 fragmentController.dispatchResume(); in resume()181 fragmentController.execPendingActions(); in resume()[all …]
176 FragmentController<TestDialogFragment> fragmentController = in runThroughDialogFragmentLifecycles_shouldObserveEverything() local178 TestDialogFragment fragment = fragmentController.get(); in runThroughDialogFragmentLifecycles_shouldObserveEverything()180 fragmentController.create().start().resume(); in runThroughDialogFragmentLifecycles_shouldObserveEverything()184 fragmentController.pause().stop().destroy(); in runThroughDialogFragmentLifecycles_shouldObserveEverything()200 FragmentController<TestFragment> fragmentController = in runThroughFragmentLifecycles_shouldObserveEverything() local202 TestFragment fragment = fragmentController.get(); in runThroughFragmentLifecycles_shouldObserveEverything()204 fragmentController.create().start().resume(); in runThroughFragmentLifecycles_shouldObserveEverything()208 fragmentController.pause().stop().destroy(); in runThroughFragmentLifecycles_shouldObserveEverything()240 FragmentController<TestFragment> fragmentController = in onOptionItemSelectedShortCircuitsIfAnObserverHandlesTheMenuItem() local242 TestFragment fragment = fragmentController.get(); in onOptionItemSelectedShortCircuitsIfAnObserverHandlesTheMenuItem()[all …]