Home
last modified time | relevance | path

Searched refs:getLastAttemptTimeMillis (Results 1 – 2 of 2) sorted by relevance

/frameworks/ex/common/tests/src/com/android/common/
DOperationSchedulerTest.java51 assertEquals(0, scheduler.getLastAttemptTimeMillis()); in testScheduler()
73 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testScheduler()
82 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testScheduler()
89 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testScheduler()
103 assertEquals(beforeSuccess, scheduler.getLastAttemptTimeMillis()); in testScheduler()
137 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
143 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
149 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
155 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
245 assertEquals(0, scheduler.getLastAttemptTimeMillis()); in testClockRollbackScenario()
[all …]
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java209 public long getLastAttemptTimeMillis() { in getLastAttemptTimeMillis() method in OperationScheduler