OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLiteSession
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java
100
protected final
SQLiteSession
getSession() {
SQLiteDatabase.java
81
private final ThreadLocal<
SQLiteSession
> mThreadSession = new ThreadLocal<
SQLiteSession
>() {
83
protected
SQLiteSession
initialValue() {
342
* Gets the {@link
SQLiteSession
} that belongs to this thread for this database.
358
SQLiteSession
getThreadSession() {
362
SQLiteSession
createSession() {
368
return new
SQLiteSession
(pool);
506
exclusive ?
SQLiteSession
.TRANSACTION_MODE_EXCLUSIVE :
507
SQLiteSession
.TRANSACTION_MODE_IMMEDIATE,
[
all
...]
SQLiteSession.java
99
* session.beginTransaction(
SQLiteSession
.TRANSACTION_MODE_DEFERRED, 0);
163
public final class
SQLiteSession
{
227
public
SQLiteSession
(SQLiteConnectionPool connectionPool) {
[
all
...]
Completed in 55 milliseconds