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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java332 private WeakHashMap<ChangeNotifier, Object> mNotifiers = field in class:DataManager.NotifyBroker
340 mNotifiers.put(notifier, null);
345 for(ChangeNotifier notifier : mNotifiers.keySet()) {

Completed in 54 milliseconds