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