Searched refs:lastProgress (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/
H A DProgressSource.java47 private long lastProgress = 0; field in class:ProgressSource
74 this.lastProgress = 0;
162 lastProgress = progress;
191 if (lastProgress / threshold != progress / threshold) {

Completed in 27 milliseconds