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

Commit 5d2465ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove @SystemApi from inherited methods of AudioFocusInfo"

parents 2647c5f2 5a8940a3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -130,13 +130,11 @@ public final class AudioFocusInfo implements Parcelable {
        dest.writeInt(mSdkTarget);
    }

    @SystemApi
    @Override
    public int hashCode() {
        return Objects.hash(mAttributes, mClientUid, mClientId, mPackageName, mGainRequest, mFlags);
    }

    @SystemApi
    @Override
    public boolean equals(Object obj) {
        if (this == obj)