Searched refs:getDelay (Results 1 – 4 of 4) sorted by relevance
192 public long getDelay(TimeUnit unit) { in getDelay() method in ContactsExecutors.HandlerFuture203 return Long.compare(getDelay(TimeUnit.MILLISECONDS), in compareTo()204 o.getDelay(TimeUnit.MILLISECONDS)); in compareTo()
138 static long getDelay(long now, Period period, long offset) { in getDelay() method in PeriodicCallbackModel210 final long delay = getDelay(System.currentTimeMillis(), mPeriod, mOffset); in schedule()
195 public long getDelay(TimeUnit unit) { in getDelay() method in TestScheduledExecutorService.TestFuture
2793 sendMessageDelayed(Message.obtain(msg), getDelay(startTime));2800 sendMessageDelayed(Message.obtain(msg), getDelay(startTime));2807 private long getDelay(long startTime) {