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.java65 boolean isPlaybackStateReady() { in isPlaybackStateReady() method in MediaPlayerWrapper
413 if (!isPlaybackStateReady()) { in onPlaybackStateChanged()
442 if (!isPlaybackStateReady() || !isMetadataReady()) { in onQueueChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
DMediaPlayerWrapperTest.java155 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testIsReady()
160 Assert.assertFalse(wrapper.isPlaybackStateReady()); in testIsReady()
164 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testIsReady()
183 Assert.assertTrue(wrapper.isPlaybackStateReady()); in testControllerUpdate()