Home
last modified time | relevance | path

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

/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DDownloadManagerTest.java199 private HashSet<Long> mCompletedDownloads = new HashSet<>(); field in DownloadManagerTest.DownloadCompleteReceiver
206 synchronized(mCompletedDownloads) { in onReceive()
207 mCompletedDownloads.add(intent.getLongExtra(DownloadManager.EXTRA_DOWNLOAD_ID, -1)); in onReceive()
208 mCompletedDownloads.notifyAll(); in onReceive()
216 synchronized (mCompletedDownloads) { in waitForDownloadComplete()
219 mCompletedDownloads.wait(millisTillTimeout); in waitForDownloadComplete()
221 if (mCompletedDownloads.contains(id)) { in waitForDownloadComplete()