Searched refs:isPlaybackStateReady (Results 1 – 2 of 2) sorted by relevance
65 boolean isPlaybackStateReady() { in isPlaybackStateReady() method in MediaPlayerWrapper413 if (!isPlaybackStateReady()) { in onPlaybackStateChanged()442 if (!isPlaybackStateReady() || !isMetadataReady()) { in onQueueChanged()
155 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()