Searched refs:mBackoff (Results 1 – 2 of 2) sorted by relevance
70 mBackoff.stop(); in onServiceConnected()181 private ExponentialBackoff mBackoff; field in ImsServiceController295 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 …]
808 private int mBackoff = 1; field in SipService.SipAutoReg820 mBackoff = 1; in start()1010 int duration = SHORT_EXPIRY_TIME * mBackoff; in backoffDuration()1014 mBackoff *= 2; in backoffDuration()