Searched refs:SQLiteGlobal (Results 1 – 14 of 14) 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
139 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
323 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize()333 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval()343 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit()386 final long threshold = SQLiteGlobal.getWALTruncateSize(); in maybeTruncateWalFile()557 if (!SQLiteGlobal.checkDbWipe()) { in checkDatabaseWiped()562 + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX); in checkDatabaseWiped()
511 effectiveTimeoutMs = SQLiteGlobal.getIdleConnectionTimeout(); in SQLiteDatabase()571 return SQLiteGlobal.releaseMemory(); in releaseMemory()1115 new File(file.getPath() + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX).delete(); in deleteDatabase()2823 || name.endsWith(SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX))) { in dumpDatabaseDirectory()3319 + " checkfile " + getFileTimestamps(filename + SQLiteGlobal.WIPE_CHECK_FILE_SUFFIX), in wipeDetected()
1079 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()123 assertEquals(SQLiteGlobal.getDefaultJournalMode(), journalMode.toUpperCase()); in testApplyFlags_thenDisableWriteAheadLogging()
57 import android.database.sqlite.SQLiteGlobal;841 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
354 Landroid/database/sqlite/SQLiteGlobal; 125
2193 android.database.sqlite.SQLiteGlobal
6094 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z6095 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;6096 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I6097 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;6098 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I6099 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I6100 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I6101 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;6102 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J6103 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I[all …]
2188 android.database.sqlite.SQLiteGlobal
1460 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;