Home | History | Annotate | Download | only in mediaplayback

Lines Matching refs:setLooping

201     //Test cases for setLooping 
204 boolean isLoop = CodecTest.setLooping(MediaNames.MP3CBR);
205 assertTrue("MP3CBR setLooping", isLoop);
210 boolean isLoop = CodecTest.setLooping(MediaNames.MP3VBR);
211 Log.v(TAG, "setLooping");
212 assertTrue("MP3VBR setLooping", isLoop);
217 boolean isLoop = CodecTest.setLooping(MediaNames.MIDI);
218 assertTrue("MIDI setLooping", isLoop);
223 boolean isLoop = CodecTest.setLooping(MediaNames.AMR);
224 assertTrue("AMR setLooping", isLoop);
229 boolean isLoop = CodecTest.setLooping(MediaNames.OGG);
230 assertTrue("OGG setLooping", isLoop);