Searched refs:mBackoff (Results 1 – 2 of 2) sorted by relevance
75 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 ImsServiceController335 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 …]
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()