Searched refs:NotifyBroker (Results 1 – 1 of 1) sorted by relevance
104 private HashMap<Uri, NotifyBroker> mNotifierMap =105 new HashMap<Uri, NotifyBroker>();302 NotifyBroker broker = null; in registerChangeNotifier()306 broker = new NotifyBroker(mDefaultMainHandler); in registerChangeNotifier()331 private static class NotifyBroker extends ContentObserver { class in DataManager335 public NotifyBroker(Handler handler) { in NotifyBroker() method in DataManager.NotifyBroker