Searched defs:mNotifier (Results 1 - 8 of 8) 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 DDownloadThread.java118 private final DownloadNotifier mNotifier; field in class:DownloadThread
246 mNotifier = Helpers.getDownloadNotifier(mContext);
372 mNotifier.notifyDownloadSpeed(mId, 0);
771 mNotifier.notifyDownloadSpeed(mId, mSpeed);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java758 private CancelListener mNotifier = new CancelListener() { field in class:TileImageView.TileDecoder
770 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 224 milliseconds