Searched refs:mOnlyAllowReadOnlyOperations (Results 1 – 1 of 1) sorted by relevance
114 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection492 mOnlyAllowReadOnlyOperations = false; in reconfigure()537 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()1121 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()1175 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()