Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteWalTest.java44 private static final String SQLITE_COMPATIBILITY_WAL_FLAGS = "sqlite_compatibility_wal_flags"; field in SQLiteWalTest
54 SystemUtil.runShellCommand("settings delete global " + SQLITE_COMPATIBILITY_WAL_FLAGS); in tearDown()
62 SystemUtil.runShellCommand("settings put global " + SQLITE_COMPATIBILITY_WAL_FLAGS + " " in setCompatibilityWalFlags()