[go: nahoru, domu]

Searched refs:SQLiteGlobal (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteGlobal.java27 * The native code associated with SQLiteGlobal is also sets global configuration options
37 public final class SQLiteGlobal { class
38 private static final String TAG = "SQLiteGlobal";
45 private SQLiteGlobal() { method in class:SQLiteGlobal
H A DSQLiteConnection.java250 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());
H A DSQLiteConnectionPool.java950 mMaxConnectionPoolSize = SQLiteGlobal.getWALConnectionPoolSize();
H A DSQLiteDatabase.java309 return SQLiteGlobal.releaseMemory();
/frameworks/base/
H A Dcompiled-classes-phone1140 android.database.sqlite.SQLiteGlobal

Completed in 125 milliseconds