Searched refs:mBackoff (Results 1 – 3 of 3) sorted by relevance
85 mBackoff.stop(); in onServiceConnected()110 + mBackoff.getCurrentDelay() + " mS"); in onServiceConnected()232 private ExponentialBackoff mBackoff; field in ImsServiceController321 mBackoff = new ExponentialBackoff( in ImsServiceController()349 mBackoff = new ExponentialBackoff( in ImsServiceController()389 mBackoff.notifyFailed(); in bind()393 mBackoff.notifyFailed(); in bind()428 mBackoff.stop(); in unbind()495 return mBackoff.getCurrentDelay(); in getRebindDelay()500 mBackoff.stop(); in stopBackoffTimerForTesting()[all …]
59 private final long mBackoff; field in DataModelException78 mBackoff = backoff; in DataModelException()
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()