Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java159 PlaybackState stateOut = mCallback.mPlaybackState; in testConfigureSession() local
160 assertNotNull(stateOut); in testConfigureSession()
161 assertEquals(TEST_ACTION, stateOut.getActions()); in testConfigureSession()
163 stateOut = controller.getPlaybackState(); in testConfigureSession()
164 assertNotNull(stateOut); in testConfigureSession()
165 assertEquals(TEST_ACTION, stateOut.getActions()); in testConfigureSession()