Searched refs:resume (Results 1 – 9 of 9) sorted by relevance
/cts/tests/fragment/src/android/fragment/cts/ |
D | FragmentLifecycleTest.java | 316 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 …]
|
D | FragmentAnimatorTest.java | 396 FragmentTestUtil.resume(mActivityRule, fc1, null); in saveWhileAnimatingAway() 429 FragmentTestUtil.resume(mActivityRule, fc2, state); in saveWhileAnimatingAway()
|
D | FragmentTestUtil.java | 166 public static void resume(ActivityTestRule<FragmentTestActivity> rule, in resume() method in FragmentTestUtil
|
D | PostponedTransitionTest.java | 691 FragmentTestUtil.resume(mActivityRule, fc1, null); in saveWhilePostponed() 706 FragmentTestUtil.resume(mActivityRule, fc2, state); in saveWhilePostponed()
|
/cts/hostsidetests/jdwptunnel/src/android/jdwptunnel/cts/ |
D | JdwpTunnelTest.java | 169 vm.resume(); in testAttachDebugger() 187 vm.resume(); in testAttachDebugger() 196 vm.resume(); in testAttachDebugger()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | SoundPoolTest.java | 168 mSoundPool.resume(streamID); in testSoundPoolOp()
|
D | MediaRecorderTest.java | 461 mMediaRecorder.resume(); in recordVideoUsingCamera()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorSetTest.java | 333 set.resume(); in testPauseAndResume() 334 delayedSet.resume(); in testPauseAndResume()
|
D | ValueAnimatorTest.java | 243 a1.resume(); in testPauseListener()
|