Searched refs:currentDownloadSize (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/mbms/ |
D | InternalDownloadProgressListener.java | 40 final int currentDownloadSize, final int fullDownloadSize, final int currentDecodedSize, in onProgressUpdated() argument 51 mAppListener.onProgressUpdated(request, fileInfo, currentDownloadSize, in onProgressUpdated()
|
D | DownloadProgressListener.java | 45 int currentDownloadSize, int fullDownloadSize, in onProgressUpdated() argument
|
D | IDownloadProgressListener.aidl | 33 int currentDownloadSize, int fullDownloadSize, in onProgressUpdated() argument
|
/frameworks/base/telephony/java/android/telephony/mbms/vendor/ |
D | MbmsDownloadServiceBase.java | 84 int currentDownloadSize, int fullDownloadSize, int currentDecodedSize, in onProgressUpdated() argument 87 mListener.onProgressUpdated(request, fileInfo, currentDownloadSize, in onProgressUpdated()
|