Searched refs:SQLiteGlobal (Results 1 – 12 of 12) sorted by relevance
39 public final class SQLiteGlobal { class57 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
288 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize()298 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval()308 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit()341 setSyncMode(SQLiteGlobal.getWALSyncMode()); in setWalModeFromConfiguration()346 ? SQLiteGlobal.getDefaultJournalMode() : mConfiguration.journalMode); in setWalModeFromConfiguration()348 ? SQLiteGlobal.getDefaultSyncMode() : mConfiguration.syncMode); in setWalModeFromConfiguration()358 final long threshold = SQLiteGlobal.getWALTruncateSize(); in maybeTruncateWalFile()521 if (!SQLiteGlobal.checkDbWipe()) { in checkDatabaseWiped()526 + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX); in checkDatabaseWiped()
134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
314 effectiveTimeoutMs = SQLiteGlobal.getIdleConnectionTimeout(); in SQLiteDatabase()371 return SQLiteGlobal.releaseMemory(); in releaseMemory()842 new File(file.getPath() + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX).delete(); in deleteDatabase()2361 || name.endsWith(SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX))) { in dumpDatabaseDirectory()2855 + " 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()
47 import android.database.sqlite.SQLiteGlobal;475 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
81 android.database.sqlite.SQLiteGlobal
7072 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z7073 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;7074 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I7075 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;7076 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I7077 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I7078 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I7079 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;7080 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J7081 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I[all …]
1824 android.database.sqlite.SQLiteGlobal
782 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultJournalMode():784 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultSyncMode():786 MissingNullability: android.database.sqlite.SQLiteGlobal#getWALSyncMode():
1159 public final class SQLiteGlobal {