HomeSort by relevance Sort by last modified time
    Searched defs:SQLiteGlobal (Results 1 - 5 of 5) 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...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 147 milliseconds