Searched refs:mNotifier (Results 1 – 9 of 9) sorted by relevance
53 private final ChangeNotifier mNotifier; field in LocalAlbumSet66 mNotifier = new ChangeNotifier(this, mWatchUris, application); in LocalAlbumSet()167 if (mNotifier.isDirty()) { in reload()199 mNotifier.fakeChange(); in fakeChange()
50 private final ChangeNotifier mNotifier; field in SecureAlbum60 mNotifier = new ChangeNotifier(this, mWatchUris, application); in SecureAlbum()81 mNotifier.fakeChange(); in addMediaItem()126 if (mNotifier.isDirty()) { in reload()
57 private final ChangeNotifier mNotifier; field in LocalAlbum86 mNotifier = new ChangeNotifier(this, mBaseUri, application); in LocalAlbum()256 if (mNotifier.isDirty()) { in reload()
112 private BluetoothOppNotification mNotifier; field in BluetoothOppService236 mNotifier = new BluetoothOppNotification(this); in start()237 mNotifier.mNotificationMgr.cancelAll(); in start()238 mNotifier.updateNotification(); in start()360 mNotifier.cancelNotifications();706 mNotifier.updateNotification(); in run()872 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()886 mNotifier.mNotificationMgr.cancel(info.mId); in updateShare()
83 private BluetoothOppNotification mNotifier; field in BluetoothOppTransferHistory146 mNotifier = new BluetoothOppNotification(this); in onCreate()341 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
244 protected ChangeNotification mNotifier = null; field in PhotoProvider347 mNotifier = notification; in setMockNotification()444 if (mNotifier != null) { in notifyChange()445 mNotifier.notifyChange(uri, syncToNetwork); in notifyChange()
122 private final DownloadNotifier mNotifier; field in DownloadThread251 mNotifier = Helpers.getDownloadNotifier(mContext); in DownloadThread()378 mNotifier.notifyDownloadSpeed(mId, 0); in run()755 mNotifier.notifyDownloadSpeed(mId, mSpeed); in updateProgress()
821 private final Object mNotifier; field in CopyJob.DirectoryChildrenObserver826 mNotifier = notifier; in DirectoryChildrenObserver()831 synchronized (mNotifier) { in onChange()832 mNotifier.notify(); in onChange()
758 private CancelListener mNotifier = new CancelListener() { field in TileImageView.TileDecoder770 jc.setCancelListener(mNotifier); in run()