Searched refs:CONNECTION_FLAG_READ_ONLY (Results 1 – 3 of 3) sorted by relevance
138 public static final int CONNECTION_FLAG_READ_ONLY = 1 << 0; field in SQLiteConnectionPool999 final boolean readOnly = (connectionFlags & CONNECTION_FLAG_READ_ONLY) != 0; in finishAcquireConnectionLocked()
441 int flags = readOnly ? SQLiteConnectionPool.CONNECTION_FLAG_READ_ONLY : in getThreadDefaultConnectionFlags()
17494 Landroid/database/sqlite/SQLiteConnectionPool;->CONNECTION_FLAG_READ_ONLY:I