Searched refs:getThreadSession (Results 1 – 5 of 5) sorted by relevance
62 db.getThreadSession().prepare(mSql, in SQLiteProgram()105 return mDatabase.getThreadSession(); in getSession()
595 SQLiteSession getThreadSession() { in getThreadSession() method in SQLiteDatabase819 getThreadSession().beginTransaction(mode, listener, in beginTransaction()833 getThreadSession().endTransaction(null); in endTransaction()851 getThreadSession().setTransactionSuccessful(); in setTransactionSuccessful()865 return getThreadSession().hasTransaction(); in inTransaction()886 return getThreadSession().hasConnection(); in isDbLockedByCurrentThread()950 return getThreadSession().yieldTransaction(sleepAfterYieldDelay, throwIfUnsafe, null); in yieldIfContendedHelper()2254 return getThreadSession().getLastInsertRowId(); in getLastInsertRowId()2268 return getThreadSession().getLastChangedRowCount(); in getLastChangedRowCount()2296 return getThreadSession().getTotalChangedRowCount(); in getTotalChangedRowCount()[all …]
169 mSession = mDatabase.getThreadSession(); in SQLiteRawStatement()
5781 HSPLandroid/database/sqlite/SQLiteDatabase;->getThreadSession()Landroid/database/sqlite/SQLiteSessi…
5784 HSPLandroid/database/sqlite/SQLiteDatabase;->getThreadSession()Landroid/database/sqlite/SQLiteSessi…