Home
last modified time | relevance | path

Searched refs:currentDownloadSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/mbms/
DInternalDownloadProgressListener.java40 final int currentDownloadSize, final int fullDownloadSize, final int currentDecodedSize, in onProgressUpdated() argument
51 mAppListener.onProgressUpdated(request, fileInfo, currentDownloadSize, in onProgressUpdated()
DDownloadProgressListener.java45 int currentDownloadSize, int fullDownloadSize, in onProgressUpdated() argument
DIDownloadProgressListener.aidl33 int currentDownloadSize, int fullDownloadSize, in onProgressUpdated() argument
/frameworks/base/telephony/java/android/telephony/mbms/vendor/
DMbmsDownloadServiceBase.java84 int currentDownloadSize, int fullDownloadSize, int currentDecodedSize, in onProgressUpdated() argument
87 mListener.onProgressUpdated(request, fileInfo, currentDownloadSize, in onProgressUpdated()