Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/
DProgressSource.java47 private long lastProgress = 0; field in ProgressSource
74 this.lastProgress = 0; in ProgressSource()
162 lastProgress = progress; in updateProgress()
191 if (lastProgress / threshold != progress / threshold) { in updateProgress()