Home
last modified time | relevance | path

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

/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/opengl/
DCtsHostJankOpenGl.java51 runUiAutomatorTest("testFullPipeline"); in testFullPipeline()
55 runUiAutomatorTest("testPixelOutput"); in testPixelOutput()
59 runUiAutomatorTest("testShaderPerf"); in testShaderPerf()
63 runUiAutomatorTest("testContextSwitch"); in testContextSwitch()
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
DCtsHostJankTest.java82 public void runUiAutomatorTest(String testName) throws Exception { in runUiAutomatorTest() method in CtsHostJankTest