Searched refs:ExponentialBackoff (Results 1 – 4 of 4) sorted by relevance
40 public final class ExponentialBackoff { class53 public ExponentialBackoff(long initialDelayMillis, double baseMultiplier, int maximumBackoffs) { in ExponentialBackoff() method in ExponentialBackoff
42 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()
66 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()
69 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()