Home
last modified time | relevance | path

Searched refs:getDownloadNotifier (Results 1 – 5 of 5) sorted by relevance

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadReceiver.java25 import static com.android.providers.downloads.Helpers.getDownloadNotifier;
119 getDownloadNotifier(context).update(); in handleBootCompleted()
DDownloadJobService.java120 Helpers.getDownloadNotifier(DownloadJobService.this).update();
DHelpers.java123 public synchronized static DownloadNotifier getDownloadNotifier(Context context) { in getDownloadNotifier() method in Helpers
144 getDownloadNotifier(context).update(); in scheduleJob()
DDownloadThread.java251 mNotifier = Helpers.getDownloadNotifier(mContext); in DownloadThread()
DDownloadProvider.java1721 Helpers.getDownloadNotifier(getContext()).update(); in delete()