Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java97 private static final long BACKOFF_MILLIS = 1000; field in OverviewProxyService
656 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()