Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 483460d5 authored by Jeff Tinker's avatar Jeff Tinker Committed by Android Git Automerger
Browse files

am fee4fa58: am 08cfe2a5: Doc update for MediaDrm\'s OnExpirationUpdate method

* commit 'fee4fa58':
  Doc update for MediaDrm's OnExpirationUpdate method
parents 49eaa92f fee4fa58
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -282,7 +282,8 @@ public final class MediaDrm {
         * @param md the MediaDrm object on which the event occurred
         * @param sessionId the DRM session ID on which the event occurred
         * @param expirationTime the new expiration time for the keys in the session.
         *     The time is in milliseconds, relative to the Unix epoch.
         *     The time is in milliseconds, relative to the Unix epoch.  A time of
         *     0 indicates that the keys never expire.
         */
        void onExpirationUpdate(
                @NonNull MediaDrm md, @NonNull byte[] sessionId, long expirationTime);