Searched refs:getThreadSession (Results 1 – 4 of 4) sorted by relevance
62 db.getThreadSession().prepare(mSql, in SQLiteProgram()105 return mDatabase.getThreadSession(); in getSession()
592 SQLiteSession getThreadSession() { in getThreadSession() method in SQLiteDatabase740 getThreadSession().beginTransaction( in beginTransaction()757 getThreadSession().endTransaction(null); in endTransaction()775 getThreadSession().setTransactionSuccessful(); in setTransactionSuccessful()789 return getThreadSession().hasTransaction(); in inTransaction()810 return getThreadSession().hasConnection(); in isDbLockedByCurrentThread()874 return getThreadSession().yieldTransaction(sleepAfterYieldDelay, throwIfUnsafe, null); in yieldIfContendedHelper()2113 getThreadSession().prepare(sql, in validateSql()
5846 HSPLandroid/database/sqlite/SQLiteDatabase;->getThreadSession()Landroid/database/sqlite/SQLiteSessi…
5849 HSPLandroid/database/sqlite/SQLiteDatabase;->getThreadSession()Landroid/database/sqlite/SQLiteSessi…