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.java50 assertEquals(0, scheduler.getLastAttemptTimeMillis()); in testScheduler()
72 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testScheduler()
81 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testScheduler()
88 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testScheduler()
102 assertEquals(beforeSuccess, scheduler.getLastAttemptTimeMillis()); in testScheduler()
136 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
142 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
148 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
154 assertEquals(beforeError, scheduler.getLastAttemptTimeMillis()); in testExponentialBackoff()
244 assertEquals(0, scheduler.getLastAttemptTimeMillis()); in testClockRollbackScenario()
[all …]
/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java209 public long getLastAttemptTimeMillis() { in getLastAttemptTimeMillis() method in OperationScheduler