Loading telephony/java/android/telephony/MbmsDownloadSession.java +2 −1 Original line number Diff line number Diff line Loading @@ -453,7 +453,8 @@ public class MbmsDownloadSession implements AutoCloseable { * callback may include any of the errors that are not specific to the streaming use-case. * * May throw an {@link IllegalStateException} when the middleware has not yet been bound, * or an {@link IllegalArgumentException} if the byte array is too large. * or an {@link IllegalArgumentException} if the byte array is too large, or an * {@link UnsupportedOperationException} if the middleware has not implemented this method. * * @param contents The contents of the service announcement descriptor received from the * group call server. If the size of this array is greater than the value of Loading telephony/java/android/telephony/mbms/vendor/MbmsDownloadServiceBase.java +2 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,8 @@ public class MbmsDownloadServiceBase extends IMbmsDownloadService.Stub { @Override public @MbmsErrors.MbmsError int addServiceAnnouncement( int subscriptionId, @NonNull byte[] contents) { return 0; throw new UnsupportedOperationException("addServiceAnnouncement not supported by" + " this middleware."); } /** Loading Loading
telephony/java/android/telephony/MbmsDownloadSession.java +2 −1 Original line number Diff line number Diff line Loading @@ -453,7 +453,8 @@ public class MbmsDownloadSession implements AutoCloseable { * callback may include any of the errors that are not specific to the streaming use-case. * * May throw an {@link IllegalStateException} when the middleware has not yet been bound, * or an {@link IllegalArgumentException} if the byte array is too large. * or an {@link IllegalArgumentException} if the byte array is too large, or an * {@link UnsupportedOperationException} if the middleware has not implemented this method. * * @param contents The contents of the service announcement descriptor received from the * group call server. If the size of this array is greater than the value of Loading
telephony/java/android/telephony/mbms/vendor/MbmsDownloadServiceBase.java +2 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,8 @@ public class MbmsDownloadServiceBase extends IMbmsDownloadService.Stub { @Override public @MbmsErrors.MbmsError int addServiceAnnouncement( int subscriptionId, @NonNull byte[] contents) { return 0; throw new UnsupportedOperationException("addServiceAnnouncement not supported by" + " this middleware."); } /** Loading