OSDN Git Service

Split the DownloadStateCallback class into two
authorHall Liu <hallliu@google.com>
Tue, 20 Mar 2018 01:12:23 +0000 (18:12 -0700)
committerHall Liu <hallliu@google.com>
Mon, 26 Mar 2018 21:45:21 +0000 (21:45 +0000)
commit49d1cb47700d3439703a471d1b73044092d0ba71
tree662f553ea0797c6e771ea77908fca415e63242f5
parent54b8ab7333859dbddfd5b5d980345bfa98e52c1d
Split the DownloadStateCallback class into two

Use individually-registered DownloadStatusListener and
DownloadProgressListener instead to listen for download status and
progress, respectively.

Bug: 74409377
Test: cts
Change-Id: Ifd5289038ffd66eef8bd7916f5256205b49be5f9
Merged-In: Ifd5289038ffd66eef8bd7916f5256205b49be5f9
14 files changed:
Android.bp
api/current.txt
api/system-current.txt
api/test-current.txt
telephony/java/android/telephony/MbmsDownloadSession.java
telephony/java/android/telephony/mbms/DownloadProgressListener.java [new file with mode: 0644]
telephony/java/android/telephony/mbms/DownloadStateCallback.java [deleted file]
telephony/java/android/telephony/mbms/DownloadStatusListener.java [new file with mode: 0644]
telephony/java/android/telephony/mbms/IDownloadProgressListener.aidl [moved from telephony/java/android/telephony/mbms/IDownloadStateCallback.aidl with 90% similarity]
telephony/java/android/telephony/mbms/IDownloadStatusListener.aidl [new file with mode: 0755]
telephony/java/android/telephony/mbms/InternalDownloadProgressListener.java [moved from telephony/java/android/telephony/mbms/InternalDownloadStateCallback.java with 62% similarity]
telephony/java/android/telephony/mbms/InternalDownloadStatusListener.java [new file with mode: 0644]
telephony/java/android/telephony/mbms/vendor/IMbmsDownloadService.aidl
telephony/java/android/telephony/mbms/vendor/MbmsDownloadServiceBase.java