Searched refs:lastMinute (Results 1 – 2 of 2) sorted by relevance
180 val lastMinute = periodStart - periodStart % DateUtils.MINUTE_IN_MILLIS in getDelay() constant181 val nextMinute = lastMinute + DateUtils.MINUTE_IN_MILLIS in getDelay()
146 final long lastMinute = periodStart - (periodStart % MINUTE_IN_MILLIS); in getDelay() local147 final long nextMinute = lastMinute + MINUTE_IN_MILLIS; in getDelay()