Searched refs:nextBusyTimeoutTime (Results 1 – 1 of 1) sorted by relevance
746 long nextBusyTimeoutTime = waiter.mStartTime + busyTimeoutMillis; in waitForConnection() local776 if (now < nextBusyTimeoutTime) { in waitForConnection()777 busyTimeoutMillis = now - nextBusyTimeoutTime; in waitForConnection()781 nextBusyTimeoutTime = now + busyTimeoutMillis; in waitForConnection()