Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedVectorDrawableTest.java230 public void testStop() throws Throwable { in testStop() method in AnimatedVectorDrawableTest
DAnimatedImageDrawableTest.java360 public void testStop() throws Throwable { in testStop() method
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java770 private void testAsyncReset(boolean testStop) throws Exception, InterruptedException { in testAsyncReset() argument
773 testAsyncReset(false /* audio */, (i % 2) == 0 /* swap */, testStop); in testAsyncReset()
776 testAsyncReset(true /* audio */, (i % 2) == 0 /* swap */, testStop); in testAsyncReset()
784 private void testAsyncReset(boolean audio, boolean swap, final boolean testStop) in testAsyncReset() argument
812 if (testStop) { in testAsyncReset()
DSystemMediaRouter2Test.java623 public void testStop() throws Exception { in testStop() method in SystemMediaRouter2Test
DMediaRouter2Test.java810 public void testStop() throws Exception { in testStop() method in MediaRouter2Test