Searched refs:getDownloadNotifier (Results 1 – 5 of 5) sorted by relevance
25 import static com.android.providers.downloads.Helpers.getDownloadNotifier;119 getDownloadNotifier(context).update(); in handleBootCompleted()
120 Helpers.getDownloadNotifier(DownloadJobService.this).update();
123 public synchronized static DownloadNotifier getDownloadNotifier(Context context) { in getDownloadNotifier() method in Helpers144 getDownloadNotifier(context).update(); in scheduleJob()
251 mNotifier = Helpers.getDownloadNotifier(mContext); in DownloadThread()
1721 Helpers.getDownloadNotifier(getContext()).update(); in delete()