Searched refs:mConnectionPoolLocked (Results 1 – 1 of 1) sorted by relevance
150 private SQLiteConnectionPool mConnectionPoolLocked; field in SQLiteDatabase518 pool = mConnectionPoolLocked; in dispose()519 mConnectionPoolLocked = null; in dispose()600 pool = mConnectionPoolLocked; in createSession()1086 assert mConnectionPoolLocked == null; in openInner()2151 return mConnectionPoolLocked != null; in isOpen()2475 if (mConnectionPoolLocked != null) { in collectDbStats()2495 if (db.mConnectionPoolLocked != null) { in getActiveDatabasePools()2509 return mConnectionPoolLocked.mTotalPrepareStatements; in getTotalPreparedStatements()2617 if (mConnectionPoolLocked == null) { in getAttachedDbs()[all …]