HomeSort by relevance Sort by last modified time
    Searched refs:mNotifier (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c 101 afp->mNotifier = inNotifier;
194 if (afp->mNotifier) {
195 (*afp->mNotifier) (afp->mRefCon, inStatus);
AudioFilePlayer.h 90 AudioFilePlayNotifier mNotifier;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 80 private BluetoothOppNotification mNotifier;
125 mNotifier = new BluetoothOppNotification(this);
287 mNotifier.updateNotification();
BluetoothOppService.java 96 private BluetoothOppNotification mNotifier;
159 mNotifier = new BluetoothOppNotification(this);
160 mNotifier.mNotificationMgr.cancelAll();
161 mNotifier.updateNotification();
513 mNotifier.updateNotification();
672 mNotifier.mNotificationMgr.cancel(info.mId);
687 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 167 protected PhoneNotifier mNotifier;
195 this.mNotifier = notifier;
520 mNotifier.notifyServiceState(this);
734 mNotifier.notifyDataActivity(this);
739 mNotifier.notifyMessageWaitingChanged(this);
743 mNotifier.notifyDataConnection(this, reason);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 65 private DownloadNotification mNotifier;
216 mNotifier = new DownloadNotification(this, mSystemFacade);
349 mNotifier.updateNotification(mDownloads.values());
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 157 mNotifier.notifyPhoneState(this);
190 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 357 mNotifier.notifyPhoneState(this);
395 mNotifier.notifyCellLocation(this);
400 mNotifier.notifySignalStrength(this);
405 mNotifier.notifyDataConnectionFailed(this, reason);
416 mNotifier.notifyCallForwardingChanged(this);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 341 mNotifier.notifySignalStrength(this);
828 mNotifier.notifyPhoneState(this);
845 mNotifier.notifyCellLocation(this);
    [all...]

Completed in 964 milliseconds