Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java125 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection
577 mOnlyAllowReadOnlyOperations = false; in reconfigure()
628 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()
1278 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1339 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14525 Landroid/database/sqlite/SQLiteConnection;->mOnlyAllowReadOnlyOperations:Z