Searched refs:SQLiteGlobal (Results 1 – 13 of 13) sorted by relevance
39 public final class SQLiteGlobal { class57 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
259 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize()269 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval()279 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit()312 setSyncMode(SQLiteGlobal.getWALSyncMode()); in setWalModeFromConfiguration()317 ? SQLiteGlobal.getDefaultJournalMode() : mConfiguration.journalMode); in setWalModeFromConfiguration()319 ? SQLiteGlobal.getDefaultSyncMode() : mConfiguration.syncMode); in setWalModeFromConfiguration()329 final long threshold = SQLiteGlobal.getWALTruncateSize(); in maybeTruncateWalFile()461 if (!SQLiteGlobal.checkDbWipe()) { in checkDatabaseWiped()466 + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX); in checkDatabaseWiped()
134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
311 effectiveTimeoutMs = SQLiteGlobal.getIdleConnectionTimeout(); in SQLiteDatabase()368 return SQLiteGlobal.releaseMemory(); in releaseMemory()839 new File(file.getPath() + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX).delete(); in deleteDatabase()2247 || name.endsWith(SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX))) { in dumpDatabaseDirectory()2741 + " checkfile " + getFileTimestamps(filename + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX), in wipeDetected()
1042 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()123 assertEquals(SQLiteGlobal.getDefaultJournalMode(), journalMode.toUpperCase()); in testApplyFlags_thenDisableWriteAheadLogging()
41 import android.database.sqlite.SQLiteGlobal;428 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
81 android.database.sqlite.SQLiteGlobal
1115 android.database.sqlite.SQLiteGlobal
5331 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I33272 Landroid/database/sqlite/SQLiteGlobal;41530 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I
17642 Landroid/database/sqlite/SQLiteGlobal;-><init>()V17643 Landroid/database/sqlite/SQLiteGlobal;->nativeReleaseMemory()I17644 Landroid/database/sqlite/SQLiteGlobal;->sDefaultPageSize:I17645 Landroid/database/sqlite/SQLiteGlobal;->sLock:Ljava/lang/Object;17646 Landroid/database/sqlite/SQLiteGlobal;->TAG:Ljava/lang/String;
774 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultJournalMode():776 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultSyncMode():778 MissingNullability: android.database.sqlite.SQLiteGlobal#getWALSyncMode():
860 public final class SQLiteGlobal {