Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateCtsActivity.java643 private void runTestsWithPreconditions(TestInterface test, String testName) in runTestsWithPreconditions() method in FrameRateCtsActivity
707 runTestsWithPreconditions(api -> testExactFrameRateMatch(api, changeFrameRateStrategy),
712 runTestsWithPreconditions(this::testClearFrameRate, "clear frame rate"); in testClearFrameRate()
848 runTestsWithPreconditions(api -> testFixedSource(api, changeFrameRateStrategy), in testFixedSource()
881 runTestsWithPreconditions(this::testInvalidParams, "invalid params behavior"); in testInvalidParams()
919 runTestsWithPreconditions(this::testMatchContentFramerate_None, in testMatchContentFramerate_None()
964 runTestsWithPreconditions(this::testMatchContentFramerate_Auto, in testMatchContentFramerate_Auto()
1024 runTestsWithPreconditions(this::testMatchContentFramerate_Always, in testMatchContentFramerate_Always()