Home
last modified time | relevance | path

Searched refs:SQLiteGlobal (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteGlobal.java39 public final class SQLiteGlobal { class
57 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
DSQLiteConnection.java259 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()
DSQLiteCompatibilityWalFlags.java134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
DSQLiteDatabase.java311 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()
DSQLiteConnectionPool.java1042 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteCompatibilityWalFlagsTest.java82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()
123 assertEquals(SQLiteGlobal.getDefaultJournalMode(), journalMode.toUpperCase()); in testApplyFlags_thenDisableWriteAheadLogging()
/frameworks/base/services/java/com/android/server/
DSystemServer.java38 import android.database.sqlite.SQLiteGlobal;
423 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
/frameworks/base/config/
Ddirty-image-objects81 android.database.sqlite.SQLiteGlobal
Dpreloaded-classes1115 android.database.sqlite.SQLiteGlobal
/frameworks/base/api/
Dtest-current.txt845 public final class SQLiteGlobal {