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

Commit 32554a14 authored by Suresh Koleti's avatar Suresh Koleti Committed by android-build-merger
Browse files

Add support to pass password in Call barring

am: e075b9d5

Change-Id: I84a697924c37aaf26f70c6fdb7bef46175528205
parents b11f7ed8 e075b9d5
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);
        }