Loading src/java/com/android/internal/telephony/imsphone/ImsPhone.java +2 −3 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhone.java +2 −3 Original line number Diff line number Diff line Loading @@ -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); } Loading