Searched refs:sWALSyncMode (Results 1 – 2 of 2) sorted by relevance
44 private static volatile String sWALSyncMode; field in SQLiteCompatibilityWalFlags75 return sWALSyncMode; in getWALSyncMode()134 sWALSyncMode = parser.getString("wal_syncmode", SQLiteGlobal.getWALSyncMode()); in init()137 + sLegacyCompatibilityWalEnabled + ", wal_syncmode=" + sWALSyncMode); in init()149 sWALSyncMode = null; in reset()
17320 Landroid/database/sqlite/SQLiteCompatibilityWalFlags;->sWALSyncMode:Ljava/lang/String;