Searched refs:playing (Results 1 – 4 of 4) sorted by relevance
191 boolean playing; in run()193 playing = mPlaying; in run()195 if (!playing) { in run()
292 boolean playing = isPlaying(); in setSoundWithResId()293 if (playing) { in setSoundWithResId()416 if (playing) in setSoundWithResId()
320 long playing = metrics.getLong(MediaPlayer.MetricsConstants.PLAYING, -2); in playLoadedVideo() local321 if (playing == -2) { in playLoadedVideo()
371 fail("Media player had error " + what + " playing " + name);478 fail("Media player had error " + what + " playing " + name);673 assertTrue("MediaPlayer2 not playing", mPlayer.isPlaying());