Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DLongPressBackTest.java67 long currentTime = System.currentTimeMillis(); in testAppIsNotDismissed() local
DViewGroupTest.java1393 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation()
/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.java155 long currentTime = System.currentTimeMillis(); in onDrawFrame() local
233 long currentTime = System.currentTimeMillis(); in onEglSwapBuffers() local
435 long currentTime = System.currentTimeMillis(); in measureTime() local
/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java109 long currentTime = System.currentTimeMillis(); in getKey() local
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadFlowTest.java169 long currentTime = System.currentTimeMillis(); in checkDownloadResultAck() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDevicePolicyManagerParentSupportTest.java66 final long currentTime = System.currentTimeMillis(); in testGetPasswordExpiration_onParent() local
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java392 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in testRunAccelerateAlpha() local
748 public boolean getTransformation(long currentTime, Transformation outTransformation) { in getTransformation()
DAnimationSetTest.java329 final long currentTime, final boolean result) { in assertGetTransformation()
/cts/tests/tests/location/src/android/location/cts/suplClient/
DSuplRrlpMessagesGenerator.java216 Calendar currentTime = GregorianCalendar.getInstance(TimeZone.getTimeZone("UTC")); in generateSuplPositionInitLocalLocationMessage() local
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp433 int64_t currentTime = ((int64_t) t.tv_sec)*1000000000LL + t.tv_nsec; in SurfaceTransaction_setDesiredPresentTime() local