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

Commit 0474d71b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ia384d84d79229c1dcea69c429101d584e24b5cd8
parents a3b5ad86 d2377fc1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1295,9 +1295,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);
        }