Home
last modified time | relevance | path

Searched refs:mNotifier (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpDeviceSet.java42 private final ChangeNotifier mNotifier; field in MtpDeviceSet
55 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application); in MtpDeviceSet()
123 if (mNotifier.isDirty()) { in reload()
DMtpDevice.java40 private final ChangeNotifier mNotifier; field in MtpDevice
53 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application); in MtpDevice()
153 if (mNotifier.isDirty()) { in reload()
DLocalAlbum.java54 private final ChangeNotifier mNotifier; field in LocalAlbum
83 mNotifier = new ChangeNotifier(this, mBaseUri, application); in LocalAlbum()
246 if (mNotifier.isDirty()) { in reload()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java80 private BluetoothOppNotification mNotifier; field in BluetoothOppTransferHistory
138 mNotifier = new BluetoothOppNotification(this); in onCreate()
305 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
DBluetoothOppService.java94 private BluetoothOppNotification mNotifier; field in BluetoothOppService
157 mNotifier = new BluetoothOppNotification(this); in onCreate()
158 mNotifier.mNotificationMgr.cancelAll(); in onCreate()
159 mNotifier.updateNotification(); in onCreate()
511 mNotifier.updateNotification(); in run()
670 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
685 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java68 private DownloadNotification mNotifier; field in DownloadService
224 mNotifier = new DownloadNotification(this, mSystemFacade); in onCreate()
359 mNotifier.updateNotification(mDownloads.values()); in run()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java746 private CancelListener mNotifier = new CancelListener() { field in TileImageView.TileDecoder
758 jc.setCancelListener(mNotifier); in run()