Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabaseConfiguration.java272 : SQLiteGlobal.getDefaultJournalMode(); in resolveJournalMode()
302 return SQLiteGlobal.getWALSyncMode(); in resolveSyncMode()
305 return SQLiteGlobal.getDefaultSyncMode(); in resolveSyncMode()
DSQLiteGlobal.java39 public final class SQLiteGlobal { class
57 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
DSQLiteCompatibilityWalFlags.java139 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
DSQLiteConnection.java323 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()
DSQLiteDatabase.java511 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()
DSQLiteConnectionPool.java1079 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.java57 import android.database.sqlite.SQLiteGlobal;
841 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
/frameworks/base/config/
Ddirty-image-objects354 Landroid/database/sqlite/SQLiteGlobal; 125
Dpreloaded-classes2193 android.database.sqlite.SQLiteGlobal
/frameworks/base/boot/
Dboot-image-profile.txt6094 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z
6095 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;
6096 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I
6097 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;
6098 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I
6099 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I
6100 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I
6101 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
6102 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J
6103 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I
[all …]
Dpreloaded-classes2188 android.database.sqlite.SQLiteGlobal
/frameworks/base/core/api/
Dtest-current.txt1460 public final class SQLiteGlobal {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14755 Landroid/database/sqlite/SQLiteGlobal;-><init>()V
14756 Landroid/database/sqlite/SQLiteGlobal;->nativeReleaseMemory()I
14757 Landroid/database/sqlite/SQLiteGlobal;->sDefaultPageSize:I
14758 Landroid/database/sqlite/SQLiteGlobal;->sLock:Ljava/lang/Object;
14759 Landroid/database/sqlite/SQLiteGlobal;->TAG:Ljava/lang/String;