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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpDeviceSet.java 45 private final ChangeNotifier mNotifier;
58 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
126 if (mNotifier.isDirty()) {
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()) {
MtpDevice.java 42 private final ChangeNotifier mNotifier;
54 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
156 if (mNotifier.isDirty()) {
LocalAlbum.java 54 private final ChangeNotifier mNotifier;
83 mNotifier = new ChangeNotifier(this, mBaseUri, application);
253 if (mNotifier.isDirty()) {
  /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 192 protected PhoneNotifier mNotifier;
222 this.mNotifier = notifier;
585 mNotifier.notifyServiceState(this);
819 mNotifier.notifyDataActivity(this);
828 mNotifier.notifyMessageWaitingChanged(this);
833 mNotifier.notifyDataConnection(this, reason, apnType, state);
837 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
843 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType));
848 mNotifier.notifyOtaspChanged(this, otaspMode);
852 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/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 68 private DownloadNotification mNotifier;
225 mNotifier = new DownloadNotification(this, mSystemFacade);
362 mNotifier.updateNotification(mDownloads.values());
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 180 private Notifier mNotifier;
428 mNotifier = new Notifier(Looper.getMainLooper(), mContext, mBatteryStats,
435 mContext, mNotifier, mLightsService, twilight,
749 mNotifier.onWakeLockAcquired(wakeLock.mFlags, wakeLock.mTag,
756 mNotifier.onWakeLockReleased(wakeLock.mFlags, wakeLock.mTag,
    [all...]
DisplayPowerController.java 166 private final Notifier mNotifier;
352 mNotifier = notifier;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 176 mNotifier.notifyPhoneState(this);
209 mNotifier.notifyCallForwardingChanged(this);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 357 mNotifier.notifyPhoneState(this);
395 mNotifier.notifyCellLocation(this);
400 mNotifier.notifyCallForwardingChanged(this);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 763 private CancelListener mNotifier = new CancelListener() {
775 jc.setCancelListener(mNotifier);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 809 mNotifier.notifyPhoneState(this);
826 mNotifier.notifyCellLocation(this);
    [all...]

Completed in 362 milliseconds