HomeSort by relevance Sort by last modified time
    Searched defs:SQLiteGlobal (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java 27 * The native code associated with SQLiteGlobal is also sets global configuration options
37 public final class SQLiteGlobal {
38 private static final String TAG = "SQLiteGlobal";
45 private SQLiteGlobal() {
SQLiteConnection.java 250 final long newValue = SQLiteGlobal.getDefaultPageSize();
260 final long newValue = SQLiteGlobal.getWALAutoCheckpoint();
270 final long newValue = SQLiteGlobal.getJournalSizeLimit();
292 setSyncMode(SQLiteGlobal.getWALSyncMode());
294 setJournalMode(SQLiteGlobal.getDefaultJournalMode());
295 setSyncMode(SQLiteGlobal.getDefaultSyncMode());
    [all...]

Completed in 188 milliseconds