Searched refs:currentTimestamp (Results 1 – 7 of 7) 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()
153 long currentTimestamp = System.currentTimeMillis(); in writePhoneLookupHistory()166 contentValues.put(PhoneLookupHistory.LAST_MODIFIED, currentTimestamp); in writePhoneLookupHistory()
218 "Upload time: " + currentTimestamp()); in setUploadSuccess()277 private static String currentTimestamp() { in currentTimestamp() method in BugStorageUtils
21 public static void currentTimeChangedForTesting(final int currentTimestamp) { in currentTimeChangedForTesting() argument
265 long currentTimestamp = System.currentTimeMillis(); in writePhoneLookupHistory() local271 contentValues.put(PhoneLookupHistory.LAST_MODIFIED, currentTimestamp); in writePhoneLookupHistory()