Home
last modified time | relevance | path

Searched refs:ExponentialBackoff (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/common/backoff/
DExponentialBackoff.java40 public final class ExponentialBackoff { class
53 public ExponentialBackoff(long initialDelayMillis, double baseMultiplier, int maximumBackoffs) { in ExponentialBackoff() method in ExponentialBackoff
/packages/services/Telephony/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementController.java42 import com.android.internal.telephony.ExponentialBackoff;
94 private Map<Integer, ExponentialBackoff> mExponentialBackoffPerSub = new HashMap<>();
415 ExponentialBackoff exponentialBackoff = null; in handleCmdRetryQueryEntitlement()
471 ExponentialBackoff exponentialBackoff = null; in startExponentialBackoff()
475 new ExponentialBackoff(INITIAL_DELAY_MILLIS, MAX_DELAY_MILLIS, in startExponentialBackoff()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java66 import com.android.internal.telephony.ExponentialBackoff;
1303 private ExponentialBackoff mRegisterSubscriptionListenerBackoff;
1304 private ExponentialBackoff mTelecomReadyBackoff;
1378 mRegisterSubscriptionListenerBackoff = new ExponentialBackoff( in TelecomAccountRegistry()
1384 mTelecomReadyBackoff = new ExponentialBackoff( in TelecomAccountRegistry()
/packages/services/Telephony/tests/src/com/android/phone/satellite/entitlement/
DSatelliteEntitlementControllerTest.java69 import com.android.internal.telephony.ExponentialBackoff;
644 Map<Integer, ExponentialBackoff> exponentialBackoffPerSub = in testStartQueryEntitlementStatus_otherError_retrySuccess()
645 (Map<Integer, ExponentialBackoff>) getValue("mExponentialBackoffPerSub"); in testStartQueryEntitlementStatus_otherError_retrySuccess()