Searched refs:BACKOFF_MILLIS (Results 1 – 1 of 1) sorted by relevance
68 private static final long BACKOFF_MILLIS = 5000; field in OverviewProxyService315 final long timeoutMs = (long) Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts); in internalConnectToCurrentUser()