Home
last modified time | relevance | path

Searched refs:ExponentialBackoff (Results 1 – 2 of 2) 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/services/telephony/
DTelecomAccountRegistry.java61 import com.android.internal.telephony.ExponentialBackoff;
1083 private ExponentialBackoff mRegisterSubscriptionListenerBackoff;
1109 mRegisterSubscriptionListenerBackoff = new ExponentialBackoff( in TelecomAccountRegistry()