Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java153 private SQLiteConnectionPool mConnectionPoolLocked; field in SQLiteDatabase
521 pool = mConnectionPoolLocked; in dispose()
522 mConnectionPoolLocked = null; in dispose()
603 pool = mConnectionPoolLocked; in createSession()
1132 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in reopenReadWrite()
1162 assert mConnectionPoolLocked == null; in openInner()
1163 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()
1240 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setCustomScalarFunction()
1286 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setCustomAggregateFunction()
1324 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in execPerConnectionSQL()
[all …]