Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DTestFailureException.java19 public class TestFailureException extends RuntimeException { class
22 public TestFailureException() { in TestFailureException() method in TestFailureException
DTestRunHelper.java44 public void reportFailure(String errMsg) throws TestFailureException { in reportFailure()
49 throw new TestFailureException(); in reportFailure()
DAdbScreenrecordTest.java137 } catch (TestFailureException e) { in run()
162 throws DeviceNotAvailableException, TestFailureException { in runTest()
253 throws DeviceNotAvailableException, ParseException, TestFailureException { in extractDurationAndBitrateFromVideoFileUsingAvprobe()
304 throws TestFailureException { in extractVideoDataFromAdbOutput()
393 private boolean verifyTestParameters() throws TestFailureException { in verifyTestParameters()
DAudioLoopbackTest.java354 } catch (TestFailureException e) { in run()
364 throws DeviceNotAvailableException, TestFailureException { in runLatencyTest()
394 throws DeviceNotAvailableException, TestFailureException { in runGlitchesTest()
509 throws DeviceNotAvailableException, TestFailureException { in runTest()
601 throws DeviceNotAvailableException, TestFailureException { in uploadLogsReturnMetrics()
685 private boolean verifyTestParameters() throws TestFailureException { in verifyTestParameters()