Searched refs:SQLiteGlobal (Results 1 – 15 of 15) 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()
312 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize()322 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval()332 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit()375 final long threshold = SQLiteGlobal.getWALTruncateSize(); in maybeTruncateWalFile()546 if (!SQLiteGlobal.checkDbWipe()) { in checkDatabaseWiped()551 + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX); in checkDatabaseWiped()
486 effectiveTimeoutMs = SQLiteGlobal.getIdleConnectionTimeout(); in SQLiteDatabase()543 return SQLiteGlobal.releaseMemory(); in releaseMemory()1087 new File(file.getPath() + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX).delete(); in deleteDatabase()2795 || name.endsWith(SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX))) { in dumpDatabaseDirectory()3290 + " checkfile " + getFileTimestamps(filename + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX), in wipeDetected()
1072 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()123 assertEquals(SQLiteGlobal.getDefaultJournalMode(), journalMode.toUpperCase()); in testApplyFlags_thenDisableWriteAheadLogging()
53 import android.database.sqlite.SQLiteGlobal;803 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
605 Landroid/database/sqlite/SQLiteGlobal; 110
5840 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z5841 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;5842 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I5843 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;5844 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I5845 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I5846 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I5847 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;5848 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J5849 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I[all …]
2123 android.database.sqlite.SQLiteGlobal
5837 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z5838 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;5839 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I5840 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;5841 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I5842 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I5843 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I5844 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;5845 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J5846 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I[all …]
2119 android.database.sqlite.SQLiteGlobal
1454 public final class 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;