HomeSort by relevance Sort by last modified time
    Searched full:databaseenabled (Results 1 - 1 of 1) sorted by null

  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 89 private boolean databaseEnabled;
235 s.setDatabaseEnabled(b.databaseEnabled);
399 databaseEnabled = p.getBoolean("enable_database", databaseEnabled);
649 databaseEnabled = true;

Completed in 1902 milliseconds