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.java70 mBackoff.stop(); in onServiceConnected()
181 private ExponentialBackoff mBackoff; field in ImsServiceController
295 mBackoff = new ExponentialBackoff( in ImsServiceController()
312 mBackoff = new ExponentialBackoff( in ImsServiceController()
347 mBackoff.notifyFailed(); in bind()
351 mBackoff.notifyFailed(); in bind()
353 + e.getMessage() + ", rebinding in " + mBackoff.getCurrentDelay() in bind()
378 mBackoff.stop(); in unbind()
431 return mBackoff.getCurrentDelay(); in getRebindDelay()
436 mBackoff.stop(); in stopBackoffTimerForTesting()
[all …]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
DSipService.java808 private int mBackoff = 1; field in SipService.SipAutoReg
820 mBackoff = 1; in start()
1010 int duration = SHORT_EXPIRY_TIME * mBackoff; in backoffDuration()
1014 mBackoff *= 2; in backoffDuration()