Searched refs:stateOut (Results 1 – 1 of 1) sorted by relevance
159 PlaybackState stateOut = mCallback.mPlaybackState; in testConfigureSession() local160 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()