Home
last modified time | relevance | path

Searched refs:mOnlyAllowReadOnlyOperations (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java112 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection
400 mOnlyAllowReadOnlyOperations = false; in reconfigure()
444 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()
1024 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1078 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()