Searched refs:nextMidnight (Results 1 – 1 of 1) sorted by relevance
196 val nextMidnight = Calendar.getInstance() in getDelay() constant197 nextMidnight.timeInMillis = periodStart in getDelay()198 nextMidnight.add(Calendar.DATE, 1) in getDelay()199 nextMidnight[Calendar.HOUR_OF_DAY] = 0 in getDelay()200 nextMidnight[Calendar.MINUTE] = 0 in getDelay()201 nextMidnight[Calendar.SECOND] = 0 in getDelay()202 nextMidnight[Calendar.MILLISECOND] = 0 in getDelay()203 nextMidnight.timeInMillis - now + offset in getDelay()