Searched refs:mConnectionBackoffAttempts (Results 1 – 1 of 1) sorted by relevance
171 private int mConnectionBackoffAttempts; field in OverviewProxyService463 mConnectionBackoffAttempts = 0;576 mConnectionBackoffAttempts = 0; in OverviewProxyService()645 mConnectionBackoffAttempts = 0; in onUserSwitched()786 Math.scalb(BACKOFF_MILLIS, mConnectionBackoffAttempts), MAX_BACKOFF_MILLIS); in retryConnectionWithBackoff()788 mConnectionBackoffAttempts++; in retryConnectionWithBackoff()789 Log.w(TAG_OPS, "Failed to connect on attempt " + mConnectionBackoffAttempts in retryConnectionWithBackoff()1027 pw.print(" mConnectionBackoffAttempts="); pw.println(mConnectionBackoffAttempts); in dump()