Searched refs:currentDecodedSize (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 52 fullDownloadSize, currentDecodedSize, fullDecodedSize); in onProgressUpdated()
|
D | DownloadProgressListener.java | 46 int currentDecodedSize, int fullDecodedSize) { in onProgressUpdated() argument
|
D | IDownloadProgressListener.aidl | 34 int currentDecodedSize, int fullDecodedSize); in onProgressUpdated() argument
|
/frameworks/base/telephony/java/android/telephony/mbms/vendor/ |
D | MbmsDownloadServiceBase.java | 84 int currentDownloadSize, int fullDownloadSize, int currentDecodedSize, in onProgressUpdated() argument 88 fullDownloadSize, currentDecodedSize, fullDecodedSize); in onProgressUpdated()
|