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.java24 import static com.android.providers.downloads.Helpers.getDownloadNotifier;
122 getDownloadNotifier(context).update(); in handleBootCompleted()
DHelpers.java99 public synchronized static DownloadNotifier getDownloadNotifier(Context context) { in getDownloadNotifier() method in Helpers
120 getDownloadNotifier(context).update(); in scheduleJob()
DDownloadJobService.java109 Helpers.getDownloadNotifier(DownloadJobService.this).update();
DDownloadThread.java246 mNotifier = Helpers.getDownloadNotifier(mContext); in DownloadThread()
DDownloadProvider.java1333 Helpers.getDownloadNotifier(getContext()).update(); in delete()