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

Commit ce3b05e2 authored by Edwin Wong's avatar Edwin Wong
Browse files

Fix typo in comment.

In KEY_STATUS_EXPIRED_COUNT.

Test: build
Bug: 236317812
Change-Id: Idc7aab822b392898f000b369dfdb9c7cf89661f9
parent c6b6aea1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2867,7 +2867,7 @@ public final class MediaDrm implements AutoCloseable {
            = "drm.mediadrm.get_device_unique_id.error.list";

        /**
         * Key to extraact the count of {@link KeyStatus#STATUS_EXPIRED} events
         * Key to extract the count of {@link KeyStatus#STATUS_EXPIRED} events
         * that occured. The count is extracted from the
         * {@link PersistableBundle} returned from a {@link #getMetrics} call.
         * The count is a Long value ({@link android.os.BaseBundle#getLong}).