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.java124 private SQLiteConnectionPool mConnectionPoolLocked; field in SQLiteDatabase
285 pool = mConnectionPoolLocked; in dispose()
286 mConnectionPoolLocked = null; in dispose()
366 pool = mConnectionPoolLocked; in createSession()
780 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in reopenReadWrite()
805 assert mConnectionPoolLocked == null; in openInner()
806 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()
850 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in addCustomFunction()
1719 return mConnectionPoolLocked != null; in isOpen()
1765 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in setLocale()
[all …]