Searched refs:mIdleConnectionHandler (Results 1 – 2 of 2) sorted by relevance
107 private IdleConnectionHandler mIdleConnectionHandler; field in SQLiteConnectionPool210 if (mIdleConnectionHandler != null) { in open()211 mIdleConnectionHandler.connectionReleased(mAvailablePrimaryConnection); in open()382 if (mIdleConnectionHandler != null) { in acquireConnection()383 mIdleConnectionHandler.connectionAcquired(con); in acquireConnection()403 if (mIdleConnectionHandler != null) { in releaseConnection()404 mIdleConnectionHandler.connectionReleased(connection); in releaseConnection()611 if (mIdleConnectionHandler != null) { in closeConnectionAndLogExceptionsLocked()612 mIdleConnectionHandler.connectionClosed(connection); in closeConnectionAndLogExceptionsLocked()1059 mIdleConnectionHandler = new IdleConnectionHandler(looper, timeoutMs); in setupIdleConnectionHandler()[all …]
17513 Landroid/database/sqlite/SQLiteConnectionPool;->mIdleConnectionHandler:Landroid/database/sqlite/SQL…