Searched refs:timeToExact (Results 1 – 1 of 1) sorted by relevance
225 final long timeToExact = Math.max(exactStart - SystemClock.elapsedRealtime(), 0); in testExactAlarmBatching() local226 Thread.sleep(timeToExact); in testExactAlarmBatching()