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.java114 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection
492 mOnlyAllowReadOnlyOperations = false; in reconfigure()
537 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()
1121 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()
1175 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17412 Landroid/database/sqlite/SQLiteConnection;->mOnlyAllowReadOnlyOperations:Z