Searched refs:mDownloadMonitor (Results 1 – 1 of 1) sorted by relevance
71 private Object mDownloadMonitor = new Object(); field in ConnectionUtil341 synchronized (mDownloadMonitor) { in notifiyDownloadState()343 mDownloadMonitor.notify(); in notifiyDownloadState()380 synchronized (mDownloadMonitor) { in startDownloadAndWait()382 mDownloadMonitor.wait(SHORT_TIMEOUT); in startDownloadAndWait()