Searched refs:mNotifier (Results 1 – 7 of 7) sorted by relevance
42 private final ChangeNotifier mNotifier; field in MtpDeviceSet55 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application); in MtpDeviceSet()123 if (mNotifier.isDirty()) { in reload()
40 private final ChangeNotifier mNotifier; field in MtpDevice53 mNotifier = new ChangeNotifier(this, Uri.parse("mtp://"), application); in MtpDevice()153 if (mNotifier.isDirty()) { in reload()
54 private final ChangeNotifier mNotifier; field in LocalAlbum83 mNotifier = new ChangeNotifier(this, mBaseUri, application); in LocalAlbum()246 if (mNotifier.isDirty()) { in reload()
80 private BluetoothOppNotification mNotifier; field in BluetoothOppTransferHistory138 mNotifier = new BluetoothOppNotification(this); in onCreate()305 mNotifier.updateNotification(); in updateNotificationWhenBtDisabled()
94 private BluetoothOppNotification mNotifier; field in BluetoothOppService157 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()
68 private DownloadNotification mNotifier; field in DownloadService224 mNotifier = new DownloadNotification(this, mSystemFacade); in onCreate()359 mNotifier.updateNotification(mDownloads.values()); in run()
746 private CancelListener mNotifier = new CancelListener() { field in TileImageView.TileDecoder758 jc.setCancelListener(mNotifier); in run()