Searched defs:singletons (Results 1 - 1 of 1) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumSettings.java31 private static HashMap<SharedPreferences, AlbumSettings> singletons; field in class:AlbumSettings
37 if (singletons == null) {
38 singletons = new HashMap<SharedPreferences, AlbumSettings>();
40 if (!singletons.containsKey(settings)) {
41 singletons.put(settings, new AlbumSettings(settings));
43 return singletons.get(settings);

Completed in 744 milliseconds