Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java367 throwIfNotOpenLocked(); in createSession()
771 throwIfNotOpenLocked(); in reopenReadWrite()
848 throwIfNotOpenLocked(); in addCustomFunction()
1778 throwIfNotOpenLocked(); in setLocale()
1811 throwIfNotOpenLocked(); in setMaxSqlCacheSize()
1855 throwIfNotOpenLocked(); in setForeignKeyConstraintsEnabled()
1947 throwIfNotOpenLocked(); in enableWriteAheadLogging()
1996 throwIfNotOpenLocked(); in disableWriteAheadLogging()
2022 throwIfNotOpenLocked(); in isWriteAheadLoggingEnabled()
2185 private void throwIfNotOpenLocked() { in throwIfNotOpenLocked() method in SQLiteDatabase