Searched refs:nextBusyTimeoutTime (Results 1 – 1 of 1) sorted by relevance
660 long nextBusyTimeoutTime = waiter.mStartTime + busyTimeoutMillis; in waitForConnection() local690 if (now < nextBusyTimeoutTime) { in waitForConnection()691 busyTimeoutMillis = now - nextBusyTimeoutTime; in waitForConnection()695 nextBusyTimeoutTime = now + busyTimeoutMillis; in waitForConnection()