Searched defs:FrameRateTimeoutException (Results 1 – 3 of 3) sorted by relevance
125 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateOverrideCtsActivity126 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in FrameRateOverrideCtsActivity.FrameRateTimeoutException
160 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateCtsActivity161 FrameRateTimeoutException(float expectedFrameRate, float deviceFrameRate) { in FrameRateTimeoutException() method in FrameRateCtsActivity.FrameRateTimeoutException
130 private static class FrameRateTimeoutException extends RuntimeException { class in GameFrameRateCtsActivity131 FrameRateTimeoutException(FrameRateRange appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in GameFrameRateCtsActivity.FrameRateTimeoutException