Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCompatibilityWalFlagsTest.java64 SQLiteCompatibilityWalFlags.getWALSyncMode(); in testParseConfig()
75 SQLiteCompatibilityWalFlags.getWALSyncMode(); in testParseConfig()
82 assertEquals(SQLiteGlobal.getWALSyncMode(), in testParseConfig()
83 SQLiteCompatibilityWalFlags.getWALSyncMode()); in testParseConfig()
88 assertEquals("VALUE", SQLiteCompatibilityWalFlags.getWALSyncMode()); in testParseConfig()
/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCompatibilityWalFlags.java65 public static String getWALSyncMode() { in getWALSyncMode() method in SQLiteCompatibilityWalFlags
134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
H A DSQLiteDatabaseConfiguration.java300 return SQLiteCompatibilityWalFlags.getWALSyncMode(); in resolveSyncMode()
302 return SQLiteGlobal.getWALSyncMode(); in resolveSyncMode()
H A DSQLiteGlobal.java119 public static @SQLiteDatabase.SyncMode String getWALSyncMode() { in getWALSyncMode() method in SQLiteGlobal
H A DSQLiteConnectionPool.java1163 + SQLiteCompatibilityWalFlags.getWALSyncMode()); in dump()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt338 MissingNullability: android.database.sqlite.SQLiteGlobal#getWALSyncMode():
339 Missing nullability on method `getWALSyncMode` return
H A Dtest-current.txt1320 method public static String getWALSyncMode();
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt5909 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt5912 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt14433 Landroid/database/sqlite/SQLiteCompatibilityWalFlags;->getWALSyncMode()Ljava/lang/String;