Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/database/sqlite/
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()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteCompatibilityWalFlags.java65 public static String getWALSyncMode() { in getWALSyncMode() method in SQLiteCompatibilityWalFlags
134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()
DSQLiteDatabaseConfiguration.java300 return SQLiteCompatibilityWalFlags.getWALSyncMode(); in resolveSyncMode()
302 return SQLiteGlobal.getWALSyncMode(); in resolveSyncMode()
DSQLiteGlobal.java119 public static @SQLiteDatabase.SyncMode String getWALSyncMode() { in getWALSyncMode() method in SQLiteGlobal
DSQLiteConnectionPool.java1182 + SQLiteCompatibilityWalFlags.getWALSyncMode()); in dump()
/frameworks/base/core/api/
Dtest-current.txt1462 method public static String getWALSyncMode();
/frameworks/base/boot/
Dboot-image-profile.txt5844 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt5847 HSPLandroid/database/sqlite/SQLiteGlobal;->getWALSyncMode()Ljava/lang/String;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt14433 Landroid/database/sqlite/SQLiteCompatibilityWalFlags;->getWALSyncMode()Ljava/lang/String;