Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java120 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection
554 mOnlyAllowReadOnlyOperations = false; in reconfigure()
598 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()
1182 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1236 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17403 Landroid/database/sqlite/SQLiteConnection;->mOnlyAllowReadOnlyOperations:Z