Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java75 mBackoff.stop(); in onServiceConnected()
97 + mBackoff.getCurrentDelay() + " mS"); in onServiceConnected()
126 mLocalLog.log("onBindingDied, retrying in " + mBackoff.getCurrentDelay() + " mS"); in onBindingDied()
208 private ExponentialBackoff mBackoff; field in ImsServiceController
335 mBackoff = new ExponentialBackoff( in ImsServiceController()
352 mBackoff = new ExponentialBackoff( in ImsServiceController()
389 + mBackoff.getCurrentDelay() + " mS"); in bind()
391 mBackoff.notifyFailed(); in bind()
395 mBackoff.notifyFailed(); in bind()
397 + 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()