Searched refs:nextBusyTimeoutTime (Results 1 – 1 of 1) sorted by relevance
744 long nextBusyTimeoutTime = waiter.mStartTime + busyTimeoutMillis; in waitForConnection() local774 if (now < nextBusyTimeoutTime) { in waitForConnection()775 busyTimeoutMillis = now - nextBusyTimeoutTime; in waitForConnection()779 nextBusyTimeoutTime = now + busyTimeoutMillis; in waitForConnection()