Searched refs:getThreadSession (Results 1 – 3 of 3) sorted by relevance
61 db.getThreadSession().prepare(mSql, in SQLiteProgram()104 return mDatabase.getThreadSession(); in getSession()
420 SQLiteSession getThreadSession() { in getThreadSession() method in SQLiteDatabase568 getThreadSession().beginTransaction( in beginTransaction()585 getThreadSession().endTransaction(null); in endTransaction()603 getThreadSession().setTransactionSuccessful(); in setTransactionSuccessful()617 return getThreadSession().hasTransaction(); in inTransaction()638 return getThreadSession().hasConnection(); in isDbLockedByCurrentThread()702 return getThreadSession().yieldTransaction(sleepAfterYieldDelay, throwIfUnsafe, null); in yieldIfContendedHelper()1830 getThreadSession().prepare(sql, in validateSql()
41526 HSPLandroid/database/sqlite/SQLiteDatabase;->getThreadSession()Landroid/database/sqlite/SQLiteSessi…