Searched refs:SQLiteGlobal (Results 1 – 7 of 7) sorted by relevance
37 public final class SQLiteGlobal { class45 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
250 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize()260 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval()270 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit()292 setSyncMode(SQLiteGlobal.getWALSyncMode()); in setWalModeFromConfiguration()294 setJournalMode(SQLiteGlobal.getDefaultJournalMode()); in setWalModeFromConfiguration()295 setSyncMode(SQLiteGlobal.getDefaultSyncMode()); in setWalModeFromConfiguration()
950 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
309 return SQLiteGlobal.releaseMemory(); in releaseMemory()
919 android.database.sqlite.SQLiteGlobal
1224 android.database.sqlite.SQLiteGlobal
735 Landroid/database/sqlite/SQLiteGlobal;