Searched refs:testDuration (Results 1 – 5 of 5) sorted by relevance
58 private static long testDuration = 1800000; //30 minutes field in SustainedPerformanceHostTest77 if (Math.abs(System.currentTimeMillis() - startTime) >= testDuration) { in run()206 Thread.sleep(testDuration); in testShader()228 Thread.sleep(testDuration); in testShader()
46 public void testDuration() throws Throwable { in testDuration() method in ObjectAnimatorTest
281 public void testDuration() throws Throwable { in testDuration() method in AnimatorSetTest
47 public void testDuration() throws Throwable { in testDuration() method in ValueAnimatorTest
373 public void testDuration() throws Throwable { in testDuration() method in TransitionTest