Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java2204 public void testResumeAtEnd() throws Throwable { in testResumeAtEnd() method
2206 testResumeAtEnd(R.raw.loudsoftmp3) + in testResumeAtEnd()
2207 testResumeAtEnd(R.raw.loudsoftwav) + in testResumeAtEnd()
2208 testResumeAtEnd(R.raw.loudsoftogg) + in testResumeAtEnd()
2209 testResumeAtEnd(R.raw.loudsoftitunes) + in testResumeAtEnd()
2210 testResumeAtEnd(R.raw.loudsoftfaac) + in testResumeAtEnd()
2211 testResumeAtEnd(R.raw.loudsoftaac); in testResumeAtEnd()
2218 private int testResumeAtEnd(int res) throws Throwable { in testResumeAtEnd() method