Searched refs:mConnectionPoolLocked (Results 1 – 1 of 1) sorted by relevance
145 private SQLiteConnectionPool mConnectionPoolLocked; field in SQLiteDatabase346 pool = mConnectionPoolLocked; in dispose()347 mConnectionPoolLocked = null; in dispose()428 pool = mConnectionPoolLocked; in createSession()884 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in reopenReadWrite()914 assert mConnectionPoolLocked == null; in openInner()915 mConnectionPoolLocked = SQLiteConnectionPool.open(mConfigurationLocked); in openInner()977 mConnectionPoolLocked.reconfigure(mConfigurationLocked); in addCustomFunction()1797 mConnectionPoolLocked.disableIdleConnectionHandler(); in executeSql()1811 mConnectionPoolLocked.closeAvailableNonPrimaryConnectionsAndLogExceptions(); in executeSql()[all …]