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

Commit ace92506 authored by Hongwei Wang's avatar Hongwei Wang
Browse files

Remove deprecateStreamTypeForPlayback from HwAudioSource

It used to be there to hide from API list, and since it's been addressed
in PlayerBase, this pseudo override is no longer needed.

Bug: 126702177
Test: make system-api-stubs-docs-update-current-api
Change-Id: I8caa75410d1ffb2b0e690a82396ac978b03a2844
parent 65b245a1
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -224,14 +224,4 @@ public class HwAudioSource extends PlayerBase {
            return new HwAudioSource(mAudioDeviceInfo, mAudioAttributes);
        }
    }

    /**
     * Eliminate {@link #deprecateStreamTypeForPlayback(int, String, String)} in API list.
     * TODO: remove this pseudo-override function
     * @hide
     */
    public static void deprecateStreamTypeForPlayback(int streamType, String className,
            String opName) throws IllegalArgumentException {
        // Do nothing.
    }
}