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.java126 private SQLiteConnectionPool mConnectionPoolLocked; field in SQLiteDatabase
287 pool = mConnectionPoolLocked; in dispose()
288 mConnectionPoolLocked = null; in dispose()
368 pool = mConnectionPoolLocked; in createSession()
782 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in reopenReadWrite()
807 assert mConnectionPoolLocked == null; in openInner()
808 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()
852 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in addCustomFunction()
1735 return mConnectionPoolLocked != null; in isOpen()
1781 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setLocale()
[all …]