Searched defs:onDownloadStarted (Results 1 – 3 of 3) sorted by relevance
27 void onDownloadStarted(long bytesToDownload) = 1; in onDownloadStarted() method
85 default void onDownloadStarted(long bytesToDownload) { in onDownloadStarted() method
62 public void onDownloadStarted(long bytesToDownload) throws RemoteException { in onDownloadStarted() method in ListenableDownloadCallback