Home
last modified time | relevance | path

Searched refs:currentDecodedSize (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
52 fullDownloadSize, currentDecodedSize, fullDecodedSize); in onProgressUpdated()
DDownloadProgressListener.java46 int currentDecodedSize, int fullDecodedSize) { in onProgressUpdated() argument
DIDownloadProgressListener.aidl34 int currentDecodedSize, int fullDecodedSize); in onProgressUpdated() argument
/frameworks/base/telephony/java/android/telephony/mbms/vendor/
DMbmsDownloadServiceBase.java84 int currentDownloadSize, int fullDownloadSize, int currentDecodedSize, in onProgressUpdated() argument
88 fullDownloadSize, currentDecodedSize, fullDecodedSize); in onProgressUpdated()