Home
last modified time | relevance | path

Searched defs:currentTime (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/consumerir/cts/
DConsumerIrTest.java89 long currentTime = SystemClock.elapsedRealtimeNanos(); in test_timing() local
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java152 long currentTime = System.currentTimeMillis(); in onDrawFrame() local
230 long currentTime = System.currentTimeMillis(); in onEglSwapBuffers() local
432 long currentTime = System.currentTimeMillis(); in measureTime() local
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java376 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in testRunAccelerateAlpha() local
DAnimationSetTest.java301 final long currentTime, final boolean result) { in assertGetTransformation()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java623 long currentTime = System.currentTimeMillis(); in rebootIfNecessary() local
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1053 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation()