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

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 95 @GuardedBy("mDownloads")
96 private final Map<Long, DownloadInfo> mDownloads = Maps.newHashMap();
236 synchronized (mDownloads) {
282 * Update {@link #mDownloads} to match {@link DownloadProvider} state.
299 final Set<Long> staleIds = Sets.newHashSet(mDownloads.keySet());
311 DownloadInfo info = mDownloads.get(id);
356 mNotifier.updateWith(mDownloads.values());
381 mDownloads.put(info.mId, info);
405 DownloadInfo info = mDownloads.get(id);
415 mDownloads.remove(info.mId)
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
VideoEditorProject.java 69 private final List<Download> mDownloads;
158 mDownloads = downloads;
160 mDownloads = new ArrayList<Download>();
    [all...]

Completed in 46 milliseconds