Searched refs:mConnectionBackoffAttempts (Results 1 – 1 of 1) sorted by relevance
176 private int mConnectionBackoffAttempts; field in OverviewProxyService514 mConnectionBackoffAttempts = 0;613 mConnectionBackoffAttempts = 0;658 mConnectionBackoffAttempts = 0; in OverviewProxyService()873 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()875 mConnectionBackoffAttempts++; in retryConnectionWithBackoff()876 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in retryConnectionWithBackoff()1125 pw.print(" mConnectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()