Home
last modified time | relevance | path

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

/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java128 private static class PreconditionViolatedException extends RuntimeException { } class in GameFrameRateCtsActivity
260 throw new PreconditionViolatedException(); in verifyPreconditions()
560 } catch (PreconditionViolatedException exc) { in testFrameRateOverride()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java123 private static class PreconditionViolatedException extends RuntimeException { } class in FrameRateOverrideCtsActivity
244 throw new PreconditionViolatedException(); in verifyPreconditions()
547 } catch (PreconditionViolatedException exc) { in testFrameRateOverride()
DFrameRateCtsActivity.java156 private static class PreconditionViolatedException extends RuntimeException { class in FrameRateCtsActivity
157 PreconditionViolatedException() {} in PreconditionViolatedException() method in FrameRateCtsActivity.PreconditionViolatedException
529 throw new PreconditionViolatedException(); in verifyPreconditions()
656 } catch (PreconditionViolatedException exc) { in runTestsWithPreconditions()