Searched defs:percentCompleted (Results 1 - 3 of 3) sorted by last modified time

/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadController.java134 int percentCompleted, long timeRemainingInMs) {
146 .setPercentCompleted(percentCompleted)
132 onDownloadUpdated(Context context, String url, String mimeType, String filename, String path, long contentLength, boolean successful, int downloadId, int percentCompleted, long timeRemainingInMs) argument
H A DDownloadInfo.java214 public Builder setPercentCompleted(int percentCompleted) { argument
215 assert percentCompleted <= 100;
216 mPercentCompleted = percentCompleted;

Completed in 92 milliseconds