Searched refs:mDownloadMonitor (Results 1 – 1 of 1) sorted by relevance
73 private Object mDownloadMonitor = new Object(); field in ConnectionUtil338 synchronized (mDownloadMonitor) { in notifiyDownloadState()340 mDownloadMonitor.notify(); in notifiyDownloadState()377 synchronized (mDownloadMonitor) { in startDownloadAndWait()379 mDownloadMonitor.wait(SHORT_TIMEOUT); in startDownloadAndWait()