Home
last modified time | relevance | path

Searched refs:resume (Results 1 – 9 of 9) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DFragmentLifecycleTest.java316 FragmentTestUtil.resume(mActivityRule, fc, null); in fragmentDestroyedOnFinish()
413 FragmentTestUtil.resume(mActivityRule, fc, null); in noPrematureStateChange()
450 FragmentTestUtil.resume(mActivityRule, fc, null); in testIsStateSaved()
486 FragmentTestUtil.resume(mActivityRule, fc, null); in testSetArgumentsLifecycle()
688 FragmentTestUtil.resume(mActivityRule, fc1, null); in testLifecycleTransitionFailure()
729 FragmentTestUtil.resume(mActivityRule, fc2, savedState); in testLifecycleTransitionFailure()
773 FragmentTestUtil.resume(mActivityRule, fc, null); in restoreNonConfig()
798 FragmentTestUtil.resume(mActivityRule, fc, savedState); in restoreNonConfig()
820 FragmentTestUtil.resume(mActivityRule, fc, null); in retainedFragmentInBackstack()
848 FragmentTestUtil.resume(mActivityRule, fc, savedState); in retainedFragmentInBackstack()
[all …]
DFragmentAnimatorTest.java396 FragmentTestUtil.resume(mActivityRule, fc1, null); in saveWhileAnimatingAway()
429 FragmentTestUtil.resume(mActivityRule, fc2, state); in saveWhileAnimatingAway()
DFragmentTestUtil.java166 public static void resume(ActivityTestRule<FragmentTestActivity> rule, in resume() method in FragmentTestUtil
DPostponedTransitionTest.java691 FragmentTestUtil.resume(mActivityRule, fc1, null); in saveWhilePostponed()
706 FragmentTestUtil.resume(mActivityRule, fc2, state); in saveWhilePostponed()
/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/
DJdwpTunnelTest.java169 vm.resume(); in testAttachDebugger()
187 vm.resume(); in testAttachDebugger()
196 vm.resume(); in testAttachDebugger()
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java168 mSoundPool.resume(streamID); in testSoundPoolOp()
DMediaRecorderTest.java461 mMediaRecorder.resume(); in recordVideoUsingCamera()
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java333 set.resume(); in testPauseAndResume()
334 delayedSet.resume(); in testPauseAndResume()
DValueAnimatorTest.java243 a1.resume(); in testPauseListener()