Home
last modified time | relevance | path

Searched refs:toState (Results 1 – 4 of 4) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DReentrantFragment.java29 public static ReentrantFragment create(int fromState, int toState) { in create() argument
32 fragment.mToState = toState; in create()
DFragmentLifecycleTest.java684 private void testLifecycleTransitionFailure(int fromState, int toState) throws Throwable { in testLifecycleTransitionFailure() argument
692 final Fragment reentrantFragment = ReentrantFragment.create(fromState, toState); in testLifecycleTransitionFailure()
708 if (fromState > toState) { in testLifecycleTransitionFailure()
711 + StrictFragment.stateToString(toState)); in testLifecycleTransitionFailure()
714 if (fromState < toState) { in testLifecycleTransitionFailure()
717 + StrictFragment.stateToString(toState)); in testLifecycleTransitionFailure()
733 + StrictFragment.stateToString(toState)); in testLifecycleTransitionFailure()
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp189 StreamCommand cmd, aaudio_stream_state_t fromState, aaudio_stream_state_t toState) { in streamCommand() argument
194 ASSERT_EQ(toState, state); in streamCommand()
Dutils.h92 StreamCommand cmd, aaudio_stream_state_t fromState, aaudio_stream_state_t toState);