Searched refs:SQLiteGlobal (Results 1 – 16 of 16) sorted by relevance
272 : SQLiteGlobal.getDefaultJournalMode(); in resolveJournalMode()302 return SQLiteGlobal.getWALSyncMode(); in resolveSyncMode()305 return SQLiteGlobal.getDefaultSyncMode(); in resolveSyncMode()
39 public final class SQLiteGlobal { class57 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
299 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize()309 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval()319 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit()362 final long threshold = SQLiteGlobal.getWALTruncateSize(); in maybeTruncateWalFile()535 if (!SQLiteGlobal.checkDbWipe()) { in checkDatabaseWiped()540 + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX); in checkDatabaseWiped()
483 effectiveTimeoutMs = SQLiteGlobal.getIdleConnectionTimeout(); in SQLiteDatabase()540 return SQLiteGlobal.releaseMemory(); in releaseMemory()1011 new File(file.getPath() + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX).delete(); in deleteDatabase()2598 || name.endsWith(SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX))) { in dumpDatabaseDirectory()3093 + " checkfile " + getFileTimestamps(filename + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX), in wipeDetected()
1065 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()123 assertEquals(SQLiteGlobal.getDefaultJournalMode(), journalMode.toUpperCase()); in testApplyFlags_thenDisableWriteAheadLogging()
58 Landroid/database/sqlite/SQLiteGlobal;
5905 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z5906 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;5907 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I5908 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;5909 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I5910 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I5911 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I5912 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;5913 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J5914 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I[all …]
1966 android.database.sqlite.SQLiteGlobal
52 import android.database.sqlite.SQLiteGlobal;814 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
334 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultJournalMode():336 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultSyncMode():338 MissingNullability: android.database.sqlite.SQLiteGlobal#getWALSyncMode():
1312 public final class SQLiteGlobal {
5902 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z5903 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;5904 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I5905 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;5906 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I5907 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I5908 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I5909 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;5910 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J5911 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I[all …]
1962 android.database.sqlite.SQLiteGlobal
14755 Landroid/database/sqlite/SQLiteGlobal;-><init>()V14756 Landroid/database/sqlite/SQLiteGlobal;->nativeReleaseMemory()I14757 Landroid/database/sqlite/SQLiteGlobal;->sDefaultPageSize:I14758 Landroid/database/sqlite/SQLiteGlobal;->sLock:Ljava/lang/Object;14759 Landroid/database/sqlite/SQLiteGlobal;->TAG:Ljava/lang/String;