Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java310 acquireConnection(null, connectionFlags, cancellationSignal); // might throw in beginTransactionUnchecked()
586 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in prepare()
617 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in execute()
650 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForLong()
683 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForString()
718 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForBlobFileDescriptor()
752 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForChangedRowCount()
786 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForLastInsertedRowId()
834 acquireConnection(sql, connectionFlags, cancellationSignal); // might throw in executeForCursorWindow()
890 private void acquireConnection(String sql, int connectionFlags, in acquireConnection() method in SQLiteSession
[all …]
DSQLiteConnectionPool.java376 public SQLiteConnection acquireConnection(String sql, int connectionFlags, in acquireConnection() method in SQLiteConnectionPool
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java77 SQLiteConnection c1 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()
80 SQLiteConnection c2 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()
84 SQLiteConnection c3 = pool.acquireConnection("pragma user_version", 0, null); in testCloseIdleConnections()
/frameworks/base/config/
Dboot-image-profile.txt19582 HSPLandroid/database/sqlite/SQLiteConnectionPool;->acquireConnection(Ljava/lang/String;ILandroid/os…