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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DScrollIndicatorsView.java29 public void setSourceView(ScrollNotifier notifier) { argument
30 mSource = notifier;
/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/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadInfo.java64 StorageManager storageManager, DownloadNotifier notifier) {
66 context, systemFacade, storageManager, notifier);
261 DownloadNotifier notifier) {
265 mNotifier = notifier;
63 newDownloadInfo(Context context, SystemFacade systemFacade, StorageManager storageManager, DownloadNotifier notifier) argument
260 DownloadInfo(Context context, SystemFacade systemFacade, StorageManager storageManager, DownloadNotifier notifier) argument
H A DDownloadThread.java96 StorageManager storageManager, DownloadNotifier notifier) {
101 mNotifier = notifier;
95 DownloadThread(Context context, SystemFacade systemFacade, DownloadInfo info, StorageManager storageManager, DownloadNotifier notifier) argument
/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java164 CallNotifier notifier; field in class:PhoneGlobals
498 notifier = CallNotifier.init(this, phone, ringer, callLogger, callStateMonitor,
973 notifier.updateCallNotifierRegistrationsAfterRadioTechnologyChange();
1079 notifier.silenceRinger();
H A DPhoneInterfaceManager.java402 && mApp.notifier.isRinging()) {
405 mApp.notifier.silenceRinger();
H A DPhoneUtils.java267 final CallNotifier notifier = app.notifier;
271 notifier.silenceRinger();
281 notifier.stopSignalInfoTone();
446 // the notifier.sendCdmaCallWaitingReject() hack for CDMA phones.
452 final CallNotifier notifier = PhoneGlobals.getInstance().notifier;
453 notifier.sendCdmaCallWaitingReject();
H A DNotificationMgr.java761 mApp.notifier.sendMwiChangedDelayed(VM_NUMBER_RETRY_DELAY_MILLIS);
H A DCallModeler.java759 if (PhoneGlobals.getInstance().notifier.getIsCdmaRedialCall()) {

Completed in 839 milliseconds