Searched refs:mIdleConnectionHandler (Results 1 – 2 of 2) sorted by relevance
112 private IdleConnectionHandler mIdleConnectionHandler; field in SQLiteConnectionPool219 if (mIdleConnectionHandler != null) { in open()394 if (mIdleConnectionHandler != null) { in acquireConnection()395 mIdleConnectionHandler.connectionAcquired(con); in acquireConnection()415 if (mIdleConnectionHandler != null) { in releaseConnection()416 mIdleConnectionHandler.connectionReleased(connection); in releaseConnection()635 if (mIdleConnectionHandler != null) { in closeConnectionAndLogExceptionsLocked()636 mIdleConnectionHandler.connectionClosed(connection); in closeConnectionAndLogExceptionsLocked()1083 mIdleConnectionHandler = in setupIdleConnectionHandler()1090 mIdleConnectionHandler = null; in disableIdleConnectionHandler()[all …]
14626 Landroid/database/sqlite/SQLiteConnectionPool;->mIdleConnectionHandler:Landroid/database/sqlite/SQL…