Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java613 connection = tryAcquirePrimaryConnectionLocked(connectionFlags); // might throw in waitForConnection()
803 connection = tryAcquirePrimaryConnectionLocked( in wakeConnectionWaitersLocked()
842 private SQLiteConnection tryAcquirePrimaryConnectionLocked(int connectionFlags) { in tryAcquirePrimaryConnectionLocked() method in SQLiteConnectionPool