Home
last modified time | relevance | path

Searched refs:testResumeAtEnd (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/player/src/android/media/player/cts/
DMediaPlayerTest.java2347 public void testResumeAtEnd() throws Throwable { in testResumeAtEnd() method
2349 testResumeAtEnd("loudsoftmp3.mp3") + in testResumeAtEnd()
2350 testResumeAtEnd("loudsoftwav.wav") + in testResumeAtEnd()
2351 testResumeAtEnd("loudsoftogg.ogg") + in testResumeAtEnd()
2352 testResumeAtEnd("loudsoftitunes.m4a") + in testResumeAtEnd()
2353 testResumeAtEnd("loudsoftfaac.m4a") + in testResumeAtEnd()
2354 testResumeAtEnd("loudsoftaac.aac"); in testResumeAtEnd()
2361 private int testResumeAtEnd(final String res) throws Throwable { in testResumeAtEnd() method