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

Commit 16b306e4 authored by Vlad Popa's avatar Vlad Popa
Browse files

Fix annotation for getStreamType

Test: trivial
Bug: 416329698
Flag: EXEMPT bugfix
Change-Id: Iefd33d1398cedeac34e2526b8d99800bfd294f17
parent 313e2f17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ public final class VolumeInfo implements Parcelable {
     * @throws IllegalStateException when called on a VolumeInfo not configured for
     *      stream types.
     */
    public @AudioManager.PublicStreamTypes int getStreamType() {
    public @AudioManager.VolumeControlStreamTypes int getStreamType() {
        if (!mUsesStreamType) {
            throw new IllegalStateException("VolumeInfo doesn't use stream types");
        }