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.java746 long nextBusyTimeoutTime = waiter.mStartTime + busyTimeoutMillis; in waitForConnection() local
776 if (now < nextBusyTimeoutTime) { in waitForConnection()
777 busyTimeoutMillis = now - nextBusyTimeoutTime; in waitForConnection()
781 nextBusyTimeoutTime = now + busyTimeoutMillis; in waitForConnection()