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
43 import com.android.internal.telephony.ExponentialBackoff;95 private Map<Integer, ExponentialBackoff> mExponentialBackoffPerSub = new HashMap<>();374 ExponentialBackoff exponentialBackoff = null; in handleCmdRetryQueryEntitlement()430 ExponentialBackoff exponentialBackoff = null; in startExponentialBackoff()434 new ExponentialBackoff(INITIAL_DELAY_MILLIS, MAX_DELAY_MILLIS, in startExponentialBackoff()
63 import com.android.internal.telephony.ExponentialBackoff;599 Map<Integer, ExponentialBackoff> exponentialBackoffPerSub = in testStartQueryEntitlementStatus_otherError_retrySuccess()600 (Map<Integer, ExponentialBackoff>) getValue("mExponentialBackoffPerSub"); in testStartQueryEntitlementStatus_otherError_retrySuccess()
66 import com.android.internal.telephony.ExponentialBackoff;1289 private ExponentialBackoff mRegisterSubscriptionListenerBackoff;1316 mRegisterSubscriptionListenerBackoff = new ExponentialBackoff( in TelecomAccountRegistry()