HomeSort by relevance Sort by last modified time
    Searched full:mnotifier (Results 1 - 13 of 13) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpDeviceSet.java 37 private final ChangeNotifier mNotifier;
44 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
103 if (mNotifier.isDirty()) {
LocalAlbum.java 50 private final ChangeNotifier mNotifier;
79 mNotifier = new ChangeNotifier(this, mBaseUri, application);
229 if (mNotifier.isDirty()) {
MtpDevice.java 40 private final ChangeNotifier mNotifier;
53 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
153 if (mNotifier.isDirty()) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 176 protected PhoneNotifier mNotifier;
204 this.mNotifier = notifier;
551 mNotifier.notifyServiceState(this);
803 mNotifier.notifyDataActivity(this);
812 mNotifier.notifyMessageWaitingChanged(this);
817 mNotifier.notifyDataConnection(this, reason, apnType, state);
821 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
827 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
832 mNotifier.notifyOtaspChanged(this, otaspMode);
    [all...]
  /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;
138 mNotifier = new BluetoothOppNotification(this);
305 mNotifier.updateNotification();
BluetoothOppService.java 94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this);
158 mNotifier.mNotificationMgr.cancelAll();
159 mNotifier.updateNotification();
511 mNotifier.updateNotification();
670 mNotifier.mNotificationMgr.cancel(info.mId);
685 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 62 private DownloadNotification mNotifier;
218 mNotifier = new DownloadNotification(this, mSystemFacade);
352 mNotifier.updateNotification(mDownloads.values());
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhoneBase.java 166 mNotifier.notifyPhoneState(this);
199 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GSMPhone.java 363 mNotifier.notifyPhoneState(this);
401 mNotifier.notifyCellLocation(this);
406 mNotifier.notifySignalStrength(this);
411 mNotifier.notifyCallForwardingChanged(this);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 365 mNotifier.notifySignalStrength(this);
818 mNotifier.notifyPhoneState(this);
835 mNotifier.notifyCellLocation(this);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 669 private CancelListener mNotifier = new CancelListener() {
681 jc.setCancelListener(mNotifier);

Completed in 190 milliseconds