Searched refs:lastTimestamp (Results 1 – 2 of 2) sorted by relevance
210 int64_t lastTimestamp = 0; in testDirectReport() local214 ASSERT_GT(e.timestamp, lastTimestamp); in testDirectReport()237 lastTimestamp = e.timestamp; in testDirectReport()
121 int lastTimestamp = mMarkerTimeStamp.size() - 1; in calculateTimeRemaining() local122 timeRemaining = System.currentTimeMillis() - mMarkerTimeStamp.get(lastTimestamp); in calculateTimeRemaining()