Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/
DMediaPlayerWrapper.java68 boolean isPlaybackStateReady() { in isPlaybackStateReady() method in MediaPlayerWrapper
444 if (!isPlaybackStateReady()) { in onPlaybackStateChanged()
474 if (!isPlaybackStateReady() || !isMetadataReady()) { in onQueueChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
DMediaPlayerWrapperTest.java191 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testIsReady()
196 Assert.assertFalse(wrapper.isPlaybackStateReady()); in testIsReady()
200 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testIsReady()
220 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testControllerUpdate()