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()) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 87 private DownloadNotifier mNotifier;
168 mNotifier = new DownloadNotifier(this);
169 mNotifier.cancelAll();
250 mNotifier.dumpSpeeds();
356 mNotifier.updateWith(mDownloads.values());
380 this, mSystemFacade, mStorageManager, mNotifier);
DownloadInfo.java 258 private final DownloadNotifier mNotifier;
265 mNotifier = notifier;
471 mContext, mSystemFacade, this, mStorageManager, mNotifier);
DownloadThread.java 89 private final DownloadNotifier mNotifier;
99 mNotifier = notifier;
167 mNotifier.notifyDownloadSpeed(mInfo.mId, 0);
545 mNotifier.notifyDownloadSpeed(mInfo.mId, state.mSpeed);
    [all...]
  /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);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneBase.java 220 protected PhoneNotifier mNotifier;
251 mNotifier = notifier;
658 mNotifier.notifyServiceState(this);
918 mNotifier.notifyDataActivity(this);
927 mNotifier.notifyMessageWaitingChanged(this);
932 mNotifier.notifyDataConnection(this, reason, apnType, state);
936 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
942 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
947 mNotifier.notifyOtaspChanged(this, otaspMode);
951 mNotifier.notifySignalStrength(this)
    [all...]
  /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 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();
537 mNotifier.updateNotification();
699 mNotifier.mNotificationMgr.cancel(info.mId);
714 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/base/services/java/com/android/server/power/
PowerManagerService.java 177 private Notifier mNotifier;
439 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
446 mContext, mNotifier, mLightsService, twilight, sensorManager,
    [all...]
DisplayPowerController.java 165 private final Notifier mNotifier;
352 mNotifier = notifier;
768 mNotifier.onScreenOn();
770 mNotifier.onScreenOff();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 191 mNotifier.notifyPhoneState(this);
226 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 365 mNotifier.notifyPhoneState(this);
404 mNotifier.notifyCellLocation(this);
410 mNotifier.notifyCallForwardingChanged(this);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 759 private CancelListener mNotifier = new CancelListener() {
771 jc.setCancelListener(mNotifier);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 888 mNotifier.notifyPhoneState(this);
906 mNotifier.notifyCellLocation(this);
    [all...]

Completed in 521 milliseconds