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

Commit e075b9d5 authored by Suresh Koleti's avatar Suresh Koleti Committed by Sarah Chin
Browse files

Add support to pass password in Call barring

- Adding password support for call barring over IMS

Test: Manual
Bug: 112248618
Change-Id: If02decfd820d408d2dfa658e3e2b05298a82ace2
parent b54bc9f1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1296,9 +1296,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);
        }