Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java116 private static class PreconditionViolatedException extends RuntimeException { } class in FrameRateOverrideTestActivity
211 throw new PreconditionViolatedException(); in verifyPreconditions()
463 } catch (PreconditionViolatedException exc) { in testFrameRateOverride()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java149 private static class PreconditionViolatedException extends RuntimeException { class in FrameRateCtsActivity
150 PreconditionViolatedException() {} in PreconditionViolatedException() method in FrameRateCtsActivity.PreconditionViolatedException
505 throw new PreconditionViolatedException(); in verifyPreconditions()
632 } catch (PreconditionViolatedException exc) { in runTestsWithPreconditions()