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

Commit 2c7ad7cc authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Merge "IMS: Send voice service class by default" am: 30793331 am: 3fedb2e7 am: 07308ca8

Change-Id: Id20118079e10cc17741ba551f1c36ee5b464e6df
parents 381e290b 07308ca8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1140,7 +1140,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) {
@@ -1166,7 +1166,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