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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DScrollIndicatorsView.java44 public void setSourceView(ScrollNotifier notifier) { argument
45 mSource = notifier;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadThread.java190 public DownloadThread(Context context, SystemFacade systemFacade, DownloadNotifier notifier, argument
194 mNotifier = notifier;
H A DDownloadInfo.java66 Context context, SystemFacade systemFacade, DownloadNotifier notifier) {
67 final DownloadInfo info = new DownloadInfo(context, systemFacade, notifier);
261 private DownloadInfo(Context context, SystemFacade systemFacade, DownloadNotifier notifier) { argument
264 mNotifier = notifier;
65 newDownloadInfo( Context context, SystemFacade systemFacade, DownloadNotifier notifier) argument
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) { argument
312 broker.registerNotifier(notifier);
339 public synchronized void registerNotifier(ChangeNotifier notifier) { argument
340 mNotifiers.put(notifier, null);
345 for(ChangeNotifier notifier : mNotifiers.keySet()) {
346 notifier.onChange(selfChange);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java137 CallNotifier notifier; field in class:PhoneGlobals
399 notifier = CallNotifier.init(this, phone, callLogger, callStateMonitor,
765 notifier.updateCallNotifierRegistrationsAfterRadioTechnologyChange();

Completed in 139 milliseconds