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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpDeviceSet.java45 private final ChangeNotifier mNotifier; field in class:MtpDeviceSet
58 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
126 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()) {
H A DMtpDevice.java42 private final ChangeNotifier mNotifier; field in class:MtpDevice
54 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application);
156 if (mNotifier.isDirty()) {
H A DLocalAlbum.java54 private final ChangeNotifier mNotifier; field in class:LocalAlbum
83 mNotifier = new ChangeNotifier(this, mBaseUri, application);
253 if (mNotifier.isDirty()) {
/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/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadService.java68 private DownloadNotification mNotifier; field in class:DownloadService
225 mNotifier = new DownloadNotification(this, mSystemFacade);
362 mNotifier.updateNotification(mDownloads.values());
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java763 private CancelListener mNotifier = new CancelListener() { field in class:TileImageView.TileDecoder
775 jc.setCancelListener(mNotifier);

Completed in 264 milliseconds