Searched refs:otherTask (Results 1 – 1 of 1) sorted by relevance
91 ScheduledTask otherTask = (ScheduledTask) other; in compareTo() local92 if (dueTimeNanos > otherTask.dueTimeNanos) { in compareTo()94 } else if (dueTimeNanos < otherTask.dueTimeNanos) { in compareTo()