Home
last modified time | relevance | path

Searched defs:toState (Results 1 – 3 of 3) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DReentrantFragment.java29 public static ReentrantFragment create(int fromState, int toState) { in create()
DFragmentLifecycleTest.java688 private void testLifecycleTransitionFailure(int fromState, int toState) throws Throwable { in testLifecycleTransitionFailure()
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp210 StreamCommand cmd, aaudio_stream_state_t fromState, aaudio_stream_state_t toState) { in streamCommand()