Searched refs:isPlaybackStateReady (Results 1 – 2 of 2) sorted by relevance
68 boolean isPlaybackStateReady() { in isPlaybackStateReady() method in MediaPlayerWrapper444 if (!isPlaybackStateReady()) { in onPlaybackStateChanged()474 if (!isPlaybackStateReady() || !isMetadataReady()) { in onQueueChanged()
191 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()