Searched refs:PreconditionViolatedException (Results 1 – 2 of 2) sorted by relevance
116 private static class PreconditionViolatedException extends RuntimeException { } class in FrameRateOverrideTestActivity211 throw new PreconditionViolatedException(); in verifyPreconditions()463 } catch (PreconditionViolatedException exc) { in testFrameRateOverride()
149 private static class PreconditionViolatedException extends RuntimeException { class in FrameRateCtsActivity150 PreconditionViolatedException() {} in PreconditionViolatedException() method in FrameRateCtsActivity.PreconditionViolatedException505 throw new PreconditionViolatedException(); in verifyPreconditions()632 } catch (PreconditionViolatedException exc) { in runTestsWithPreconditions()