Searched refs:toState (Results 1 – 4 of 4) sorted by relevance
29 public static ReentrantFragment create(int fromState, int toState) { in create() argument32 fragment.mToState = toState; in create()
684 private void testLifecycleTransitionFailure(int fromState, int toState) throws Throwable { in testLifecycleTransitionFailure() argument692 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()
189 StreamCommand cmd, aaudio_stream_state_t fromState, aaudio_stream_state_t toState) { in streamCommand() argument194 ASSERT_EQ(toState, state); in streamCommand()
92 StreamCommand cmd, aaudio_stream_state_t fromState, aaudio_stream_state_t toState);