Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java119 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection
566 mOnlyAllowReadOnlyOperations = false; in reconfigure()
617 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()
1204 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1258 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14525 Landroid/database/sqlite/SQLiteConnection;->mOnlyAllowReadOnlyOperations:Z