Searched refs:mNotifier (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbumSet.java53 private final ChangeNotifier mNotifier; field in class:LocalAlbumSet
66 mNotifier = new ChangeNotifier(this, mWatchUris, application);
167 if (mNotifier.isDirty()) {
199 mNotifier.fakeChange();
H A DSecureAlbum.java50 private final ChangeNotifier mNotifier; field in class:SecureAlbum
60 mNotifier = new ChangeNotifier(this, mWatchUris, application);
81 mNotifier.fakeChange();
126 if (mNotifier.isDirty()) {
H A DLocalAlbum.java57 private final ChangeNotifier mNotifier; field in class:LocalAlbum
86 mNotifier = new ChangeNotifier(this, mBaseUri, application);
256 if (mNotifier.isDirty()) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadService.java87 private DownloadNotifier mNotifier; field in class:DownloadService
168 mNotifier = new DownloadNotifier(this);
169 mNotifier.cancelAll();
250 mNotifier.dumpSpeeds();
356 mNotifier.updateWith(mDownloads.values());
380 this, mSystemFacade, mStorageManager, mNotifier);
H A DDownloadInfo.java258 private final DownloadNotifier mNotifier; field in class:DownloadInfo
265 mNotifier = notifier;
471 mContext, mSystemFacade, this, mStorageManager, mNotifier);
H A DDownloadThread.java91 private final DownloadNotifier mNotifier; field in class:DownloadThread
101 mNotifier = notifier;
169 mNotifier.notifyDownloadSpeed(mInfo.mId, 0);
552 mNotifier.notifyDownloadSpeed(mInfo.mId, state.mSpeed);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java80 private BluetoothOppNotification mNotifier; field in class:BluetoothOppTransferHistory
138 mNotifier = new BluetoothOppNotification(this);
305 mNotifier.updateNotification();
H A DBluetoothOppService.java94 private BluetoothOppNotification mNotifier; field in class:BluetoothOppService
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);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java244 protected ChangeNotification mNotifier = null; field in class:PhotoProvider
347 mNotifier = notification;
444 if (mNotifier != null) {
445 mNotifier.notifyChange(uri, syncToNetwork);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java759 private CancelListener mNotifier = new CancelListener() { field in class:TileImageView.TileDecoder
771 jc.setCancelListener(mNotifier);

Completed in 198 milliseconds