Searched refs:mConnectionBackoffAttempts (Results 1 – 1 of 1) sorted by relevance
135 private int mConnectionBackoffAttempts; field in OverviewProxyService487 mConnectionBackoffAttempts = 0;564 mConnectionBackoffAttempts = 0; in OverviewProxyService()613 mConnectionBackoffAttempts = 0; in onUserSwitched()752 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()754 mConnectionBackoffAttempts++; in retryConnectionWithBackoff()755 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in retryConnectionWithBackoff()899 pw.print(" connectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()