Searched refs:executedOnTime (Results 1 – 1 of 1) sorted by relevance
987 private final AtomicBoolean executedOnTime; field in TimerTest.CheckIfExecutedOnTime991 private CheckIfExecutedOnTime(AtomicBoolean executedOnTime) { in CheckIfExecutedOnTime() argument992 this.executedOnTime = executedOnTime; in CheckIfExecutedOnTime()1000 if (executedOnTime != null && in run()1003 executedOnTime.set(true); in run()