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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java79 private static final SparseArray<SettingsCache> sSystemCaches
80 = new SparseArray<SettingsCache>();
81 private static final SparseArray<SettingsCache> sSecureCaches
82 = new SparseArray<SettingsCache>();
83 private static final SettingsCache sGlobalCache = new SettingsCache(TABLE_GLOBAL);
384 sSystemCaches.append(userHandle, new SettingsCache(TABLE_SYSTEM));
385 sSecureCaches.append(userHandle, new SettingsCache(TABLE_SECURE));
443 private void fullyPopulateCache(DatabaseHelper dbHelper, String table, SettingsCache cache) {
521 private SettingsCache getOrConstructCach
1086 private static final class SettingsCache extends LruCache<String, Bundle> { class in class:SettingsProvider
1091 public SettingsCache(String name) { method in class:SettingsProvider.SettingsCache
[all...]

Completed in 539 milliseconds