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

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

Merge "Remove deprecateStreamTypeForPlayback from HwAudioSource"

parents 9ad0766f ace92506
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.
    }
}