Searched refs:FrameRateTimeoutException (Results 1 – 3 of 3) sorted by relevance
130 private static class FrameRateTimeoutException extends RuntimeException { class in GameFrameRateCtsActivity131 FrameRateTimeoutException(FrameRateRange appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in GameFrameRateCtsActivity.FrameRateTimeoutException304 throw new FrameRateTimeoutException(expectedRefreshRate, in waitForRefreshRateChange()562 } catch (FrameRateTimeoutException exc) { in testFrameRateOverride()
125 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateOverrideCtsActivity126 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in FrameRateOverrideCtsActivity.FrameRateTimeoutException287 throw new FrameRateTimeoutException(expectedRefreshRate, in waitForRefreshRateChange()549 } catch (FrameRateTimeoutException exc) { in testFrameRateOverride()
160 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateCtsActivity161 FrameRateTimeoutException(float expectedFrameRate, float deviceFrameRate) { in FrameRateTimeoutException() method in FrameRateCtsActivity.FrameRateTimeoutException586 throw new FrameRateTimeoutException(expectedFrameRate, mDeviceFrameRate); in verifyCompatibleAndStableFrameRate()658 } catch (FrameRateTimeoutException exc) { in runTestsWithPreconditions()