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

Commit d2377fc1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Add support to pass password in Call barring am: e075b9d5 am: 32554a14

Change-Id: Iac6e64ea465f35f85e323102d35da032ffb49a75
parents 45072141 32554a14
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1308,9 +1308,8 @@ public class ImsPhone extends ImsPhoneBase {

        try {
            ImsUtInterface ut = mCT.getUtInterface();
            // password is not required with Ut interface
            ut.updateCallBarring(getCBTypeFromFacility(facility), action,
                    resp, null,  serviceClass);
                    resp, null, serviceClass, password);
        } catch (ImsException e) {
            sendErrorResponse(onComplete, e);
        }