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

Commit d534b936 authored by Yuncheol Heo's avatar Yuncheol Heo Committed by Android (Google) Code Review
Browse files

Merge "Change visibility of RecordSource into public." into lmp-mr1-dev

parents 79934acb 0c5c24f2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -55,8 +55,10 @@ public final class HdmiRecordSources {

    /**
     * Base class for each record source.
     * @hide
     */
    static abstract class RecordSource {
    @SystemApi
    public static abstract class RecordSource {
        protected final int mSourceType;
        protected final int mExtraDataSize;