Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/mbms/
DInternalDownloadProgressListener.java41 final int fullDecodedSize) throws RemoteException { 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.java85 int fullDecodedSize) { in onProgressUpdated() argument
88 fullDownloadSize, currentDecodedSize, fullDecodedSize); in onProgressUpdated()