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

Commit 3474cc99 authored by Jeff Tinker's avatar Jeff Tinker
Browse files

Resolve feedback from API review

Fix inconsistent naming of offline license states

bug:120489407
bug:120488811
test:cts and gts media tests

Change-Id: I42b199fba52f7eb29ced92f73c8ef0dbb277f297
parent 206c15c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -183,10 +183,10 @@ namespace android {
            kOfflineLicenseStateUnknown,
            // Offline license state is usable, the keys may be used for decryption.
            kOfflineLicenseStateUsable,
            // Offline license state is inactive, the keys have been marked for
            // Offline license state is released, the keys have been marked for
            // release using getKeyRequest() with kKeyType_Release but the
            // key response has not been received.
            kOfflineLicenseStateInactive
            kOfflineLicenseStateReleased
        };

        DrmPlugin() {}