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

Commit 7e30bb73 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[MediaQuality] Add return to isAuto* methods" into main

parents d0281664 9f4674d4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1385,7 +1385,7 @@ public class MediaQualityService extends SystemService {
            try {
                if (mMediaQuality != null) {
                    if (mMediaQuality.isAutoPqSupported()) {
                        mMediaQuality.getAutoPqEnabled();
                        return mMediaQuality.getAutoPqEnabled();
                    }
                }
            } catch (RemoteException e) {
@@ -1417,7 +1417,7 @@ public class MediaQualityService extends SystemService {
            try {
                if (mMediaQuality != null) {
                    if (mMediaQuality.isAutoSrSupported()) {
                        mMediaQuality.getAutoSrEnabled();
                        return mMediaQuality.getAutoSrEnabled();
                    }
                }
            } catch (RemoteException e) {
@@ -1449,7 +1449,7 @@ public class MediaQualityService extends SystemService {
            try {
                if (mMediaQuality != null) {
                    if (mMediaQuality.isAutoAqSupported()) {
                        mMediaQuality.getAutoAqEnabled();
                        return mMediaQuality.getAutoAqEnabled();
                    }
                }
            } catch (RemoteException e) {