Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java173 private int mConnectionBackoffAttempts; field in OverviewProxyService
453 mConnectionBackoffAttempts = 0;
559 mConnectionBackoffAttempts = 0;
604 mConnectionBackoffAttempts = 0; in OverviewProxyService()
820 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()
822 mConnectionBackoffAttempts++; in retryConnectionWithBackoff()
823 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in retryConnectionWithBackoff()
1044 pw.print(" mConnectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()