Searched refs:mConnectionBackoffAttempts (Results 1 – 1 of 1) sorted by relevance
116 private int mConnectionBackoffAttempts; field in OverviewProxyService380 mConnectionBackoffAttempts = 0;446 mConnectionBackoffAttempts = 0;466 mConnectionBackoffAttempts = 0; in OverviewProxyService()650 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()652 mConnectionBackoffAttempts++; in retryConnectionWithBackoff()653 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in retryConnectionWithBackoff()773 pw.print(" connectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()