Searched defs:millisInFuture (Results 1 – 2 of 2) sorted by relevance
14 private long millisInFuture; field in ShadowCountDownTimer19 protected void __constructor__(long millisInFuture, long countDownInterval) { in __constructor__()
16 private final long millisInFuture = 2000; field in ShadowCountDownTimerTest