Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java546 private Surface tryGetSurface(boolean shouldThrow) throws Exception { in tryGetSurface() argument
550 assertFalse("failed to throw IllegalStateException", shouldThrow); in tryGetSurface()
552 assertTrue("threw unexpected exception: " + e, shouldThrow); in tryGetSurface()