Searched refs:FrameRateTimeoutException (Results 1 – 2 of 2) sorted by relevance
118 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateOverrideTestActivity119 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in FrameRateOverrideTestActivity.FrameRateTimeoutException254 throw new FrameRateTimeoutException(expectedRefreshRate, in waitForRefreshRateChange()465 } catch (FrameRateTimeoutException exc) { in testFrameRateOverride()
153 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateCtsActivity154 FrameRateTimeoutException(float expectedFrameRate, float deviceFrameRate) { in FrameRateTimeoutException() method in FrameRateCtsActivity.FrameRateTimeoutException562 throw new FrameRateTimeoutException(expectedFrameRate, mDeviceFrameRate); in verifyCompatibleAndStableFrameRate()634 } catch (FrameRateTimeoutException exc) { in runTestsWithPreconditions()