Home | History | Annotate | Download | only in www

Lines Matching defs:pi

45     protected ProgressSource pi;
47 public MeteredStream(InputStream is, ProgressSource pi, long expected)
51 this.pi = pi;
54 if (pi != null) {
55 pi.updateProgress(0, expected);
81 if (pi != null)
82 pi.updateProgress(count, expected);
167 if (pi != null)
168 pi.finishTracking();
214 if (pi != null)
215 pi.close();