Searched defs:onDownloadProgress (Results 1 – 3 of 3) sorted by relevance
28 void onDownloadProgress(long bytesDownloaded) = 2; in onDownloadProgress() method
104 default void onDownloadProgress(long totalBytesDownloaded) { in onDownloadProgress() method
69 public void onDownloadProgress(long bytesDownloaded) throws RemoteException { in onDownloadProgress() method in ListenableDownloadCallback