Home
last modified time | relevance | path

Searched refs:ChangeNotifier (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDataManager.java301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) { in registerChangeNotifier()
332 private WeakHashMap<ChangeNotifier, Object> mNotifiers =
333 new WeakHashMap<ChangeNotifier, Object>();
339 public synchronized void registerNotifier(ChangeNotifier notifier) { in registerNotifier()
345 for(ChangeNotifier notifier : mNotifiers.keySet()) { in onChange()
DChangeNotifier.java26 public class ChangeNotifier { class
31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) { in ChangeNotifier() method in ChangeNotifier
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) { in ChangeNotifier() method in ChangeNotifier
DLocalAlbumSet.java53 private final ChangeNotifier mNotifier;
66 mNotifier = new ChangeNotifier(this, mWatchUris, application); in LocalAlbumSet()
DSecureAlbum.java50 private final ChangeNotifier mNotifier;
60 mNotifier = new ChangeNotifier(this, mWatchUris, application); in SecureAlbum()
DLocalAlbum.java57 private final ChangeNotifier mNotifier;
86 mNotifier = new ChangeNotifier(this, mBaseUri, application); in LocalAlbum()