Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DMediaPlayerWrapper.java66 boolean isPlaybackStateReady() { in isPlaybackStateReady() method in MediaPlayerWrapper
402 if (!isPlaybackStateReady()) { in onPlaybackStateChanged()
432 if (!isPlaybackStateReady() || !isMetadataReady()) { in onQueueChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
DMediaPlayerWrapperTest.java156 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testIsReady()
161 Assert.assertFalse(wrapper.isPlaybackStateReady()); in testIsReady()
165 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testIsReady()
185 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testControllerUpdate()