History log of /frameworks/base/telephony/java/android/telephony/mbms/DownloadStateCallback.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dec9fda324343fac5c4d1a0cc7e04c3605eeccc0 30-Sep-2017 Brad Ebinger <breadley@google.com> Adds a filtering bitmask to DownloadStateCallback

Adds the ability for an EMBMS app to specify a filtering
bitmask to DownloadStateCallback, which is used to filter
out callbacks that the EMBMS app doesn't need to listen
to.

Test: Testapps
Bug: 67112896
Merged-In: Iab96a457f45f759267b9a5a41df533c9988ede94
Change-Id: Id7f26ba3c3606c644b0ca3376df1107f5834facb
/frameworks/base/telephony/java/android/telephony/mbms/DownloadStateCallback.java
1a5b1304687d591cd5f913e50e8636d139ec1a25 02-Sep-2017 Hall Liu <hallliu@google.com> Apply suggested edits to the file-download API

* Rename Manager -> Session
* Add Handler for callbacks in download flow
* Separate out registering a state callback into another method
* Rename dispose -> close, implement AutoClosable
* No more thrown MbmsExceptions
* Add sanity check for temp file root
* Remove the getNames method, replace with getNameForLocale

Bug: 30981736
Test: testapps
Change-Id: I1a2054d79c934bc4929464de4a644b6960db47e9
/frameworks/base/telephony/java/android/telephony/mbms/DownloadStateCallback.java
242de1bcdae965ab3088bf954c33275b34bfecb5 15-Aug-2017 Hall Liu <hallliu@google.com> Unhide EMBMS download API

Make changes to the download API so that it passes the linter, remove
@hide tags.

Test: manual
Bug: 30981736
Change-Id: Ifa0d36896338b0108fbaad4b1e9b8d857a43d491
/frameworks/base/telephony/java/android/telephony/mbms/DownloadStateCallback.java
9903558d9df6e2493fffb37b199faac01e595a0d 05-Aug-2017 Hall Liu <hallliu@google.com> Make EMBMS adjustments for 08/04

* Add a download state callback to the callback formerly for progress
* Rename EXTRA_SERVICE_INFO to EXTRA_SERVICE_ID, and specify that it
should be a String rather than a ServiceInfo
* Add documentation to clarify that the progress/state callback may be
null

Bug: 30981736
Test: manual
Change-Id: Ie1ec99868f5b09a270b500dc97abeb9f819cfa56
/frameworks/base/telephony/java/android/telephony/mbms/DownloadStateCallback.java