Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java61 private static long testDuration = 1800000; //30 minutes field in SustainedPerformanceHostTest
83 if (Math.abs(System.currentTimeMillis() - startTime) >= testDuration) { in run()
211 RunUtil.getDefault().sleep(testDuration); in testShader()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DTimeChangeTests.java151 final long testDuration = SystemClock.elapsedRealtime() - mTestStartElapsed; in tearDown() local
152 final long expectedCorrectRtc = mTestStartRtc + testDuration; in tearDown()
/cts/tests/tests/gameframerate/src/
DGameFrameRateCtsActivity.java366 float testDuration = (System.nanoTime() - startTime) / 1e9f; in observe() local
367 fps = totalBuffers / testDuration; in observe()
/cts/tests/tests/graphics/src/android/graphics/cts/
DFrameRateOverrideCtsActivity.java323 float testDuration = (System.nanoTime() - startTime) / 1e9f; in observe() local
324 fps = totalBuffers / testDuration; in observe()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java104 public void testDuration() throws Throwable { in testDuration() method in ValueAnimatorTest
DObjectAnimatorTest.java113 public void testDuration() throws Throwable { in testDuration() method in ObjectAnimatorTest
DAnimatorSetTest.java409 public void testDuration() throws Throwable { in testDuration() method in AnimatorSetTest
/cts/tests/tests/transition/src/android/transition/cts/
DTransitionTest.java437 public void testDuration() throws Throwable { in testDuration() method in TransitionTest