Home
last modified time | relevance | path

Searched refs:nextBusyTimeoutTime (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java660 long nextBusyTimeoutTime = waiter.mStartTime + busyTimeoutMillis; in waitForConnection() local
690 if (now < nextBusyTimeoutTime) { in waitForConnection()
691 busyTimeoutMillis = now - nextBusyTimeoutTime; in waitForConnection()
695 nextBusyTimeoutTime = now + busyTimeoutMillis; in waitForConnection()