Home
last modified time | relevance | path

Searched refs:firstTimestamp (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DAdminActionBookkeepingTest.java69 final long firstTimestamp = mDevicePolicyManager.getLastSecurityLogRetrievalTime(); in testRetrieveSecurityLogs() local
71 assertTimeStamps(timeBefore, previousTimestamp, firstTimestamp, timeAfter); in testRetrieveSecurityLogs()
83 assertTimeStamps(timeBefore, firstTimestamp, secondTimestamp, timeAfter); in testRetrieveSecurityLogs()
88 .that(firstTimestamp).isEqualTo(secondTimestamp); in testRetrieveSecurityLogs()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorRatePermissionEventConnectionTestHelper.java69 long firstTimestamp = filteredEvents.get(0).timestamp; in computeAvgRate() local
71 (lastTimestamp - firstTimestamp) / (numOfEvents - 1), in computeAvgRate()
DSensorRatePermissionDirectReportTestHelper.java96 long firstTimestamp = filteredEvents.get(0).ts; in computeAvgRate() local
98 (lastTimestamp - firstTimestamp) / (numOfEvents - 1), in computeAvgRate()
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java4013 AudioTimestamp firstTimestamp = mMediaCodecPlayer.getTimestamp();
4014 assertTrue("Timestamp is null!", firstTimestamp != null);
4027 assertTrue(timeStampAfterPause.nanoTime > firstTimestamp.nanoTime);