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()
1776 throwIfNotOpenLocked(); in setLocale()
1809 throwIfNotOpenLocked(); in setMaxSqlCacheSize()
1853 throwIfNotOpenLocked(); in setForeignKeyConstraintsEnabled()
1945 throwIfNotOpenLocked(); in enableWriteAheadLogging()
1994 throwIfNotOpenLocked(); in disableWriteAheadLogging()
2020 throwIfNotOpenLocked(); in isWriteAheadLoggingEnabled()
2183 private void throwIfNotOpenLocked() { in throwIfNotOpenLocked() method in SQLiteDatabase