Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabaseConfiguration.java272 : SQLiteGlobal.getDefaultJournalMode(); in resolveJournalMode()
302 return SQLiteGlobal.getWALSyncMode(); in resolveSyncMode()
305 return SQLiteGlobal.getDefaultSyncMode(); in resolveSyncMode()
H A DSQLiteGlobal.java39 public final class SQLiteGlobal { class
57 private SQLiteGlobal() { in SQLiteGlobal() method in SQLiteGlobal
H A DSQLiteCompatibilityWalFlags.java134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
H A DSQLiteConnection.java299 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()
H A DSQLiteDatabase.java483 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()
H A DSQLiteConnectionPool.java1065 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize(); in setMaxConnectionPoolSizeLocked()
/aosp14/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCompatibilityWalFlagsTest.java82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()
123 assertEquals(SQLiteGlobal.getDefaultJournalMode(), journalMode.toUpperCase()); in testApplyFlags_thenDisableWriteAheadLogging()
/aosp14/frameworks/base/config/
H A Ddirty-image-objects58 Landroid/database/sqlite/SQLiteGlobal;
H A Dboot-image-profile.txt5905 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z
5906 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;
5907 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I
5908 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;
5909 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I
5910 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I
5911 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I
5912 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
5913 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J
5914 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I
[all …]
H A Dpreloaded-classes1966 android.database.sqlite.SQLiteGlobal
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java52 import android.database.sqlite.SQLiteGlobal;
814 SQLiteGlobal.sDefaultSyncMode = SQLiteGlobal.SYNC_MODE_FULL; in run()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt334 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultJournalMode():
336 MissingNullability: android.database.sqlite.SQLiteGlobal#getDefaultSyncMode():
338 MissingNullability: android.database.sqlite.SQLiteGlobal#getWALSyncMode():
H A Dtest-current.txt1312 public final class SQLiteGlobal {
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5902 HSPLandroid/database/sqlite/SQLiteGlobal;->checkDbWipe()Z
5903 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultJournalMode()Ljava/lang/String;
5904 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultPageSize()I
5905 HSPLandroid/database/sqlite/SQLiteGlobal;->getDefaultSyncMode()Ljava/lang/String;
5906 HSPLandroid/database/sqlite/SQLiteGlobal;->getJournalSizeLimit()I
5907 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALAutoCheckpoint()I
5908 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALConnectionPoolSize()I
5909 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
5910 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALTruncateSize()J
5911 HSPLandroid/database/sqlite/SQLiteGlobal;->releaseMemory()I
[all …]
H A Dpreloaded-classes1962 android.database.sqlite.SQLiteGlobal
/aosp14/frameworks/base/boot/hiddenapi/
H A 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;