Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java118 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateOverrideTestActivity
119 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in FrameRateOverrideTestActivity.FrameRateTimeoutException
254 throw new FrameRateTimeoutException(expectedRefreshRate, in waitForRefreshRateChange()
465 } catch (FrameRateTimeoutException exc) { in testFrameRateOverride()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java153 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateCtsActivity
154 FrameRateTimeoutException(float expectedFrameRate, float deviceFrameRate) { in FrameRateTimeoutException() method in FrameRateCtsActivity.FrameRateTimeoutException
562 throw new FrameRateTimeoutException(expectedFrameRate, mDeviceFrameRate); in verifyCompatibleAndStableFrameRate()
634 } catch (FrameRateTimeoutException exc) { in runTestsWithPreconditions()