Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/
DProgressMonitor.java70 synchronized(progressSourceList) { in getProgressSources()
71 … for (Iterator<ProgressSource> iter = progressSourceList.iterator(); iter.hasNext();) { in getProgressSources()
106 synchronized(progressSourceList) { in registerSource()
107 if (progressSourceList.contains(pi)) in registerSource()
110 progressSourceList.add(pi); in registerSource()
140 synchronized(progressSourceList) { in unregisterSource()
142 if (progressSourceList.contains(pi) == false) in unregisterSource()
147 progressSourceList.remove(pi); in unregisterSource()
177 synchronized (progressSourceList) { in updateProgress()
178 if (progressSourceList.contains(pi) == false) in updateProgress()
[all …]