Searched refs:mConnectionFlags (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteSession.java167 private int mConnectionFlags; field in class:SQLiteSession
530 if (!mConnectionPool.shouldYieldConnection(mConnection, mConnectionFlags)) {
536 final int connectionFlags = mConnectionFlags;
896 mConnectionFlags = connectionFlags;
H A DSQLiteConnectionPool.java797 waiter.mSql, waiter.mConnectionFlags); // might throw
804 waiter.mConnectionFlags); // might throw
981 waiter.mConnectionFlags = connectionFlags;
1067 public int mConnectionFlags; field in class:SQLiteConnectionPool.ConnectionWaiter

Completed in 50 milliseconds