Searched refs:testDuration (Results 1 – 7 of 7) sorted by relevance
60 private static long testDuration = 1800000; //30 minutes field in SustainedPerformanceHostTest82 if (Math.abs(System.currentTimeMillis() - startTime) >= testDuration) { in run()210 Thread.sleep(testDuration); in testShader()
150 final long testDuration = SystemClock.elapsedRealtime() - mTestStartElapsed; in tearDown() local151 final long expectedCorrectRtc = mTestStartRtc + testDuration; in tearDown()
290 float testDuration = (System.nanoTime() - startTime) / 1e9f; in observe() local291 fps = totalBuffers / testDuration; in observe()
95 public void testDuration() throws Throwable { in testDuration() method in ValueAnimatorTest
93 public void testDuration() throws Throwable { in testDuration() method in ObjectAnimatorTest
399 public void testDuration() throws Throwable { in testDuration() method in AnimatorSetTest
437 public void testDuration() throws Throwable { in testDuration() method in TransitionTest