Searched refs:acquireConnection (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/database/sqlite/ |
D | SQLiteSession.java | 310 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 …]
|
D | SQLiteConnectionPool.java | 376 public SQLiteConnection acquireConnection(String sql, int connectionFlags, in acquireConnection() method in SQLiteConnectionPool
|
/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
D | SQLiteConnectionPoolTest.java | 77 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/ |
D | boot-image-profile.txt | 19582 HSPLandroid/database/sqlite/SQLiteConnectionPool;->acquireConnection(Ljava/lang/String;ILandroid/os…
|