Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DOverviewProxyService.java81 private int mConnectionBackoffAttempts; field in OverviewProxyService
203 mConnectionBackoffAttempts = 0;
248 mConnectionBackoffAttempts = 0;
260 mConnectionBackoffAttempts = 0; in OverviewProxyService()
315 final long timeoutMs = (long) Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts); in internalConnectToCurrentUser()
317 mConnectionBackoffAttempts++; in internalConnectToCurrentUser()
318 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in internalConnectToCurrentUser()
394 pw.print(" mConnectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()