Searched refs:mOnlyAllowReadOnlyOperations (Results 1 – 2 of 2) sorted by relevance
125 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection577 mOnlyAllowReadOnlyOperations = false; in reconfigure()628 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()1278 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()1339 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()
14525 Landroid/database/sqlite/SQLiteConnection;->mOnlyAllowReadOnlyOperations:Z