Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/
DProgressSource.java57 private ProgressMonitor progressMonitor; field in ProgressSource
77 this.progressMonitor = ProgressMonitor.getDefault(); in ProgressSource()
78 this.threshold = progressMonitor.getProgressUpdateThreshold(); in ProgressSource()
148 progressMonitor.registerSource(this); in beginTracking()
155 progressMonitor.unregisterSource(this); in finishTracking()
192 progressMonitor.updateProgress(this); in updateProgress()