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