Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java60 private static long testDuration = 1800000; //30 minutes field in SustainedPerformanceHostTest
82 if (Math.abs(System.currentTimeMillis() - startTime) >= testDuration) { in run()
210 Thread.sleep(testDuration); in testShader()
/cts/tests/AlarmManager/src/android/alarmmanager/cts/
DTimeChangeTests.java150 final long testDuration = SystemClock.elapsedRealtime() - mTestStartElapsed; in tearDown() local
151 final long expectedCorrectRtc = mTestStartRtc + testDuration; in tearDown()
/cts/hostsidetests/graphics/framerateoverride/app/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideTestActivity.java290 float testDuration = (System.nanoTime() - startTime) / 1e9f; in observe() local
291 fps = totalBuffers / testDuration; in observe()
/cts/tests/tests/animation/src/android/animation/cts/
DValueAnimatorTest.java95 public void testDuration() throws Throwable { in testDuration() method in ValueAnimatorTest
DObjectAnimatorTest.java93 public void testDuration() throws Throwable { in testDuration() method in ObjectAnimatorTest
DAnimatorSetTest.java399 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