Searched refs:getCurrentDelay (Results 1 – 6 of 6) sorted by relevance
81 long delay = mBackoffUnderTest.getCurrentDelay(); in testStartBackoff()103 long delay = mBackoffUnderTest.getCurrentDelay(); in testDelayIncreasedExponentially()118 long delay = mBackoffUnderTest.getCurrentDelay(); in testDelayShouldNotExceededTheMaximumLimit()
195 + mBackoff.getCurrentDelay() + " mS"); in onBindingDiedInternal()497 + mBackoff.getCurrentDelay() + " mS"); in bind()506 + mBackoff.getCurrentDelay() + " mS"); in bind()543 return mBackoff.getCurrentDelay(); in getBindDelay()
150 + mBackoff.getCurrentDelay() + " mS"); in onServiceConnectedInternal()180 + mBackoff.getCurrentDelay() + " mS"); in onBindingDiedInternal()439 + mBackoff.getCurrentDelay() + " mS"); in bind()447 + mBackoff.getCurrentDelay() + " mS"); in bind()449 + e.getMessage() + ", rebinding in " + mBackoff.getCurrentDelay() in bind()598 return mBackoff.getCurrentDelay(); in getRebindDelay()
106 public long getCurrentDelay() { in getCurrentDelay() method in ExponentialBackoff
1052 + mExponentialBackoff.getCurrentDelay() + " ms."); in bindService()1060 + mExponentialBackoff.getCurrentDelay() + " ms. Exception: " + e); in bindService()
339 + mExponentialBackoff.getCurrentDelay() + " ms."); in bindService()347 + mExponentialBackoff.getCurrentDelay() + " ms. Exception: " + e); in bindService()