Searched refs:mConnectionBackoffAttempts (Results 1 – 1 of 1) sorted by relevance
81 private int mConnectionBackoffAttempts; field in OverviewProxyService203 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()