Searched defs:FrameRateTimeoutException (Results 1 – 3 of 3) sorted by relevance
120 private static class FrameRateTimeoutException extends RuntimeException { class in FrameRateOverrideTestActivity121 FrameRateTimeoutException(float appRequestedFrameRate, float deviceRefreshRate) { in FrameRateTimeoutException() method in FrameRateOverrideTestActivity.FrameRateTimeoutException
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