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>
Wed, 21 Mar 2018 23:39:07 +0000 (23:39 +0000)
commit7953997160c032d1fa1d2b09636cd38787ba2909
treef133712c526a67f138c9301c7d831d11739c248e
parent0efaf2088d8e3ba8ec560aa5eb597ef456b5213e
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
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