Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java695 connection = tryAcquireNonPrimaryConnectionLocked( in waitForConnection()
884 connection = tryAcquireNonPrimaryConnectionLocked( in wakeConnectionWaitersLocked()
957 private SQLiteConnection tryAcquireNonPrimaryConnectionLocked( in tryAcquireNonPrimaryConnectionLocked() method in SQLiteConnectionPool