Searched refs:currentTimestamp (Results 1 – 11 of 11) sorted by relevance
77 currentTimestamp = event['timestamp']79 assert currentTimestamp >= lastTimestamp85 time.sleep((currentTimestamp-lastTimestamp)/1000000000)86 lastTimestamp = currentTimestamp
280 long currentTimestamp = System.currentTimeMillis(); in updateCountdownSummary() local283 if (currentTimestamp > endTimestamp) { in updateCountdownSummary()289 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary()
295 const int64_t currentTimestamp) const { in predictAnomalyTimestampNs()302 it->second.lastDuration + (currentTimestamp - it->second.lastStartTime); in predictAnomalyTimestampNs()308 int64_t anomalyTimeNs = currentTimestamp + anomalyTracker.getAnomalyThreshold() - maxElapsed; in predictAnomalyTimestampNs()
58 const int64_t currentTimestamp) const override;
59 const int64_t currentTimestamp) const override;
126 const int64_t currentTimestamp) const = 0;
153 long currentTimestamp = System.currentTimeMillis(); in writePhoneLookupHistory()166 contentValues.put(PhoneLookupHistory.LAST_MODIFIED, currentTimestamp); in writePhoneLookupHistory()
21 public static void currentTimeChangedForTesting(final int currentTimestamp) { in currentTimeChangedForTesting() argument
188 final Long currentTimestamp = in getIndexedUsageMap() local196 batteryHistoryMap.getOrDefault(currentTimestamp, EMPTY_BATTERY_MAP); in getIndexedUsageMap()
328 "Upload time: " + currentTimestamp()); in setUploadSuccess()414 private static String currentTimestamp() { in currentTimestamp() method in BugStorageUtils
265 long currentTimestamp = System.currentTimeMillis(); in writePhoneLookupHistory() local271 contentValues.put(PhoneLookupHistory.LAST_MODIFIED, currentTimestamp); in writePhoneLookupHistory()