Home
last modified time | relevance | path

Searched refs:mBackoff (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DDomainSelectionController.java102 private ExponentialBackoff mBackoff; field in DomainSelectionController
195 + 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java125 mBackoff.stop(); in onServiceConnectedInternal()
150 + mBackoff.getCurrentDelay() + " mS"); in onServiceConnectedInternal()
180 + mBackoff.getCurrentDelay() + " mS"); in onBindingDiedInternal()
272 private ExponentialBackoff mBackoff; field in ImsServiceController
365 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 …]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java810 private int mBackoff = 1; field in SipService.SipAutoReg
822 mBackoff = 1; in start()
1012 int duration = SHORT_EXPIRY_TIME * mBackoff; in backoffDuration()
1016 mBackoff *= 2; in backoffDuration()