Home
last modified time | relevance | path

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

/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java130 private static class FrameRateTimeoutException extends RuntimeException { class in GameFrameRateCtsActivity
131 FrameRateTimeoutException(FrameRateRange appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in GameFrameRateCtsActivity.FrameRateTimeoutException
304 throw new FrameRateTimeoutException(expectedRefreshRate, in waitForRefreshRateChange()
562 } catch (FrameRateTimeoutException exc) { in testFrameRateOverride()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java125 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateOverrideCtsActivity
126 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in FrameRateOverrideCtsActivity.FrameRateTimeoutException
287 throw new FrameRateTimeoutException(expectedRefreshRate, in waitForRefreshRateChange()
549 } catch (FrameRateTimeoutException exc) { in testFrameRateOverride()
DFrameRateCtsActivity.java160 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateCtsActivity
161 FrameRateTimeoutException(float expectedFrameRate, float deviceFrameRate) { in FrameRateTimeoutException() method in FrameRateCtsActivity.FrameRateTimeoutException
586 throw new FrameRateTimeoutException(expectedFrameRate, mDeviceFrameRate); in verifyCompatibleAndStableFrameRate()
658 } catch (FrameRateTimeoutException exc) { in runTestsWithPreconditions()