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

Commit 30793331 authored by Tyler Gunn's avatar Tyler Gunn Committed by Gerrit Code Review
Browse files

Merge "IMS: Send voice service class by default"

parents 03ad9306 77f28127
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1152,7 +1152,7 @@ public class ImsPhone extends ImsPhoneBase {
    }

    public void getCallBarring(String facility, Message onComplete) {
        getCallBarring(facility, onComplete, CommandsInterface.SERVICE_CLASS_NONE);
        getCallBarring(facility, onComplete, CommandsInterface.SERVICE_CLASS_VOICE);
    }

    public void getCallBarring(String facility, Message onComplete, int serviceClass) {
@@ -1178,7 +1178,7 @@ public class ImsPhone extends ImsPhoneBase {
    public void setCallBarring(String facility, boolean lockState, String password,
            Message onComplete) {
        setCallBarring(facility, lockState, password, onComplete,
                CommandsInterface.SERVICE_CLASS_NONE);
                CommandsInterface.SERVICE_CLASS_VOICE);
    }

    @Override