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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbumSet.java 53 private final ChangeNotifier mNotifier;
66 mNotifier = new ChangeNotifier(this, mWatchUris, application);
167 if (mNotifier.isDirty()) {
199 mNotifier.fakeChange();
SecureAlbum.java 50 private final ChangeNotifier mNotifier;
60 mNotifier = new ChangeNotifier(this, mWatchUris, application);
81 mNotifier.fakeChange();
126 if (mNotifier.isDirty()) {
LocalAlbum.java 57 private final ChangeNotifier mNotifier;
86 mNotifier = new ChangeNotifier(this, mBaseUri, application);
256 if (mNotifier.isDirty()) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 296 protected PhoneNotifier mNotifier;
344 mNotifier = notifier;
530 mNotifier.notifyOemHookRawEventForSubscriber(getSubId(), data);
636 mNotifier.notifyPreciseCallState(this);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 92 private DownloadNotifier mNotifier;
202 mNotifier = new DownloadNotifier(this);
203 mNotifier.cancelAll();
308 mNotifier.dumpSpeeds();
414 mNotifier.updateWith(mDownloads.values());
437 final DownloadInfo info = reader.newDownloadInfo(this, mSystemFacade, mNotifier);
DownloadInfo.java 259 private final DownloadNotifier mNotifier;
264 mNotifier = notifier;
480 mTask = new DownloadThread(mContext, mSystemFacade, mNotifier, this);
DownloadThread.java 103 private final DownloadNotifier mNotifier;
194 mNotifier = notifier;
299 mNotifier.notifyDownloadSpeed(mId, 0);
686 mNotifier.notifyDownloadSpeed(mId, mSpeed);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 433 private TestResultsNotifier mNotifier;
442 mNotifier = notifier;
447 mNotifier.testEnded(new TestCaseReference(mDeviceName, test));
461 mNotifier.testFailed(failure);
466 mNotifier.testRunEnded(mDeviceName, elapsedTime);
491 mNotifier.testStarted(testId);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.c 102 afp->mNotifier = inNotifier;
195 if (afp->mNotifier) {
196 (*afp->mNotifier) (afp->mRefCon, inStatus);
AudioFilePlayer.h 97 AudioFilePlayNotifier mNotifier;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferHistory.java 82 private BluetoothOppNotification mNotifier;
140 mNotifier = new BluetoothOppNotification(this);
313 mNotifier.updateNotification();
BluetoothOppService.java 94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this);
158 mNotifier.mNotificationMgr.cancelAll();
159 mNotifier.updateNotification();
552 mNotifier.updateNotification();
714 mNotifier.mNotificationMgr.cancel(info.mId);
729 mNotifier.mNotificationMgr.cancel(info.mId);
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 244 protected ChangeNotification mNotifier = null;
347 mNotifier = notification;
444 if (mNotifier != null) {
445 mNotifier.notifyChange(uri, syncToNetwork);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 192 mNotifier.notifyPhoneState(this);
223 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 168 mNotifier.notifyPhoneState(this);
203 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 166 private Notifier mNotifier;
501 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 427 mNotifier.notifyPhoneState(this);
448 mNotifier.notifyDisconnectCause(cn.getDisconnectCause(), cn.getPreciseDisconnectCause());
466 mNotifier.notifyCellLocation(this);
472 mNotifier.notifyCallForwardingChanged(this);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 759 private CancelListener mNotifier = new CancelListener() {
771 jc.setCancelListener(mNotifier);

Completed in 261 milliseconds