HomeSort by relevance Sort by last modified time
    Searched refs:DownloadNotifier (Results 1 - 3 of 3) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 72 private static DownloadNotifier sNotifier;
99 public synchronized static DownloadNotifier getDownloadNotifier(Context context) {
101 sNotifier = new DownloadNotifier(context);
DownloadNotifier.java 58 public class DownloadNotifier {
90 public DownloadNotifier(Context context) {
DownloadThread.java 118 private final DownloadNotifier mNotifier;
    [all...]

Completed in 2971 milliseconds