Searched refs:firstTimestamp (Results 1 – 3 of 3) sorted by relevance
67 final long firstTimestamp = mDevicePolicyManager.getLastSecurityLogRetrievalTime(); in testRetrieveSecurityLogs() local69 assertTimeStamps(timeBefore, previousTimestamp, firstTimestamp, timeAfter); in testRetrieveSecurityLogs()81 assertTimeStamps(timeBefore, firstTimestamp, secondTimestamp, timeAfter); in testRetrieveSecurityLogs()86 .that(firstTimestamp).isEqualTo(secondTimestamp); in testRetrieveSecurityLogs()
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()