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

Commit 8f4dc2b8 authored by Sewook Seo's avatar Sewook Seo
Browse files

Add annotation TransportType to MediaQualityStatus

Add TransportType annotation to MediaQualityStatus.Builder constructor.

Bug: 265854807
Test: system build
Change-Id: I9903df27c3b7eed9574ad06b15fce006328dada9
parent 1c66e1f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ public final class MediaQualityStatus implements Parcelable {
        public Builder(
                @NonNull String imsCallSessionId,
                @MediaSessionType int mediaSessionType,
                int transportType) {
                @TransportType int transportType) {
            mImsCallSessionId = imsCallSessionId;
            mMediaSessionType = mediaSessionType;
            mTransportType = transportType;