Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1830 public void testFlush() throws Exception { in testFlush() method in DecoderTest
1831 testFlush(R.raw.loudsoftwav); in testFlush()
1832 testFlush(R.raw.loudsoftogg); in testFlush()
1833 testFlush(R.raw.loudsoftmp3); in testFlush()
1834 testFlush(R.raw.loudsoftaac); in testFlush()
1835 testFlush(R.raw.loudsoftfaac); in testFlush()
1836 testFlush(R.raw.loudsoftitunes); in testFlush()
1839 private void testFlush(int resource) throws Exception { in testFlush() method in DecoderTest
DMediaSyncTest.java262 public void testFlush() throws InterruptedException { in testFlush() method in MediaSyncTest
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieManagerTest.java85 public void testFlush() { in testFlush() method in CookieManagerTest