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