Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java85 mBackoff.stop(); in onServiceConnected()
110 + mBackoff.getCurrentDelay() + " mS"); in onServiceConnected()
232 private ExponentialBackoff mBackoff; field in ImsServiceController
321 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 …]
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDataModelException.java59 private final long mBackoff; field in DataModelException
78 mBackoff = backoff; in DataModelException()
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A 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()