Searched refs:PreconditionViolatedException (Results 1 – 3 of 3) sorted by relevance
128 private static class PreconditionViolatedException extends RuntimeException { } class in GameFrameRateCtsActivity260 throw new PreconditionViolatedException(); in verifyPreconditions()560 } catch (PreconditionViolatedException exc) { in testFrameRateOverride()
123 private static class PreconditionViolatedException extends RuntimeException { } class in FrameRateOverrideCtsActivity244 throw new PreconditionViolatedException(); in verifyPreconditions()547 } catch (PreconditionViolatedException exc) { in testFrameRateOverride()
156 private static class PreconditionViolatedException extends RuntimeException { class in FrameRateCtsActivity157 PreconditionViolatedException() {} in PreconditionViolatedException() method in FrameRateCtsActivity.PreconditionViolatedException529 throw new PreconditionViolatedException(); in verifyPreconditions()656 } catch (PreconditionViolatedException exc) { in runTestsWithPreconditions()