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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java82 private BluetoothOppNotification mNotifier; field in class:BluetoothOppTransferHistory
140 mNotifier = new BluetoothOppNotification(this);
313 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();
552 mNotifier.updateNotification();
714 mNotifier.mNotificationMgr.cancel(info.mId);
729 mNotifier.mNotificationMgr.cancel(info.mId);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbum.java57 private final ChangeNotifier mNotifier; field in class:LocalAlbum
86 mNotifier = new ChangeNotifier(this, mBaseUri, application);
256 if (mNotifier.isDirty()) {
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()) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadService.java92 private DownloadNotifier mNotifier; field in class:DownloadService
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);
H A DDownloadThread.java103 private final DownloadNotifier mNotifier; field in class:DownloadThread
194 mNotifier = notifier;
299 mNotifier.notifyDownloadSpeed(mId, 0);
686 mNotifier.notifyDownloadSpeed(mId, mSpeed);
H A DDownloadInfo.java259 private final DownloadNotifier mNotifier; field in class:DownloadInfo
264 mNotifier = notifier;
480 mTask = new DownloadThread(mContext, mSystemFacade, mNotifier, this);
/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);
/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);

Completed in 2288 milliseconds