Searched refs:mBackoff (Results 1 – 3 of 3) sorted by relevance
102 private ExponentialBackoff mBackoff; field in DomainSelectionController195 + mBackoff.getCurrentDelay() + " mS"); in onBindingDiedInternal()267 mBackoff = new ExponentialBackoff( in DomainSelectionController()497 + mBackoff.getCurrentDelay() + " mS"); in bind()506 + mBackoff.getCurrentDelay() + " mS"); in bind()543 return mBackoff.getCurrentDelay(); in getBindDelay()553 mBackoff.stop(); in stopBackoffTimer()560 mBackoff.notifyFailed(); in notifyBindFailure()563 mBackoff.start(); in notifyBindFailure()
125 mBackoff.stop(); in onServiceConnectedInternal()150 + mBackoff.getCurrentDelay() + " mS"); in onServiceConnectedInternal()180 + mBackoff.getCurrentDelay() + " mS"); in onBindingDiedInternal()272 private ExponentialBackoff mBackoff; field in ImsServiceController365 mBackoff = new ExponentialBackoff( in ImsServiceController()395 mBackoff = new ExponentialBackoff( in ImsServiceController()439 + mBackoff.getCurrentDelay() + " mS"); in bind()441 mBackoff.notifyFailed(); in bind()445 mBackoff.notifyFailed(); in bind()447 + mBackoff.getCurrentDelay() + " mS"); in bind()[all …]
810 private int mBackoff = 1; field in SipService.SipAutoReg822 mBackoff = 1; in start()1012 int duration = SHORT_EXPIRY_TIME * mBackoff; in backoffDuration()1016 mBackoff *= 2; in backoffDuration()