Home
last modified time | relevance | path

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

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/monitor/
DDownloadProgressMonitor.java80 private final HashMap<String, ByteCountingOutputMonitor> fileGroupToByteCountingOutputMonitor = field in DownloadProgressMonitor
103 if (fileGroupToByteCountingOutputMonitor.get(groupName) == null) { in monitorWrite()
108 return fileGroupToByteCountingOutputMonitor.get(groupName); in monitorWrite()
121 fileGroupToByteCountingOutputMonitor.values()) { in pausedForConnectivity()
143 if (!fileGroupToByteCountingOutputMonitor.containsKey(groupName)) { in addDownloadListener()
144 fileGroupToByteCountingOutputMonitor.put( in addDownloadListener()
177 fileGroupToByteCountingOutputMonitor.remove(groupName); in removeDownloadListener()
214 if (fileGroupToByteCountingOutputMonitor.containsKey(groupName)) { in notifyCurrentFileSize()
215 fileGroupToByteCountingOutputMonitor in notifyCurrentFileSize()
247 if (fileGroupToByteCountingOutputMonitor.containsKey(groupName)) { in flushCounter()