Searched refs:currentTimestamp (Results 1 – 3 of 3) sorted by relevance
281 long currentTimestamp = System.currentTimeMillis(); in updateCountdownSummary() local284 if (currentTimestamp > endTimestamp) { in updateCountdownSummary()290 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary()
62 public static void currentTimeChangedForTesting(final int currentTimestamp) { in currentTimeChangedForTesting() argument65 < currentTimestamp - sCurrentTimestampForTesting) { in currentTimeChangedForTesting()
20 public static void currentTimeChangedForTesting(final int currentTimestamp) { in currentTimeChangedForTesting() argument