Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java312 acquireConnection(null, connectionFlags, cancellationSignal); // might throw in beginTransactionUnchecked()
588 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in prepare()
619 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in execute()
652 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForLong()
685 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForString()
720 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForBlobFileDescriptor()
754 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForChangedRowCount()
788 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForLastInsertedRowId()
836 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForCursorWindow()
892 private void acquireConnection(String sql, int connectionFlags, in acquireConnection() method in SQLiteSession
[all …]
DSQLiteConnectionPool.java378 public SQLiteConnection acquireConnection(String sql, int connectionFlags, in acquireConnection() method in SQLiteConnectionPool
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java78 SQLiteConnection c1 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()
81 SQLiteConnection c2 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()
85 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()