Home | History | Annotate | Download | only in settings

Lines Matching refs:populate

418             super("populate-settings-caches");
434 // Only populate the globals cache once, for the owning user
459 cache.populate(name, value);
787 SettingsCache.populate(cache, values[i]);
935 SettingsCache.populate(cache, initialValues); // before we notify
1140 public static void populate(SettingsCache cache, ContentValues contentValues) {
1150 cache.populate(name, value);
1153 public void populate(String name, String value) {