Home
last modified time | relevance | path

Searched refs:currentDecodedSize (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/aidl/android/telephony/cts/embmstestapp/
DICtsDownloadMiddlewareControl.aidl37 int currentDecodedSize, int fullDecodedSize); in fireOnProgressUpdated() argument
/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadCallbackTest.java65 currentDownloadSize, int fullDownloadSize, int currentDecodedSize, int in onProgressUpdated() argument
72 args.arg5 = currentDecodedSize; in onProgressUpdated()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java363 int currentDecodedSize, int fullDecodedSize) {
368 currentDownloadSize, fullDownloadSize, currentDecodedSize, fullDecodedSize));