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

Commit bbfeeba3 authored by Sewook Seo's avatar Sewook Seo Committed by Android (Google) Code Review
Browse files

Merge "Add annotation TransportType to MediaQualityStatus"

parents b2cc391a 8f4dc2b8
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;