Searched refs:firstTimestamp (Results 1 – 3 of 3) sorted by relevance
69 long firstTimestamp = filteredEvents.get(0).timestamp; in computeAvgRate() local71 (lastTimestamp - firstTimestamp) / (numOfEvents - 1), in computeAvgRate()
96 long firstTimestamp = filteredEvents.get(0).ts; in computeAvgRate() local98 (lastTimestamp - firstTimestamp) / (numOfEvents - 1), in computeAvgRate()
69 final long firstTimestamp = mDevicePolicyManager.getLastSecurityLogRetrievalTime(); in testRetrieveSecurityLogs() local71 assertTimeStamps(timeBefore, previousTimestamp, firstTimestamp, timeAfter); in testRetrieveSecurityLogs()83 assertTimeStamps(timeBefore, firstTimestamp, secondTimestamp, timeAfter); in testRetrieveSecurityLogs()88 .that(firstTimestamp).isEqualTo(secondTimestamp); in testRetrieveSecurityLogs()