Searched refs:mConnectionBackoffAttempts (Results 1 – 1 of 1) sorted by relevance
116 private int mConnectionBackoffAttempts; field in OverviewProxyService387 mConnectionBackoffAttempts = 0;453 mConnectionBackoffAttempts = 0;473 mConnectionBackoffAttempts = 0; in OverviewProxyService()656 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()658 mConnectionBackoffAttempts++; in retryConnectionWithBackoff()659 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in retryConnectionWithBackoff()781 pw.print(" connectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()