Loading src/java/com/android/ims/ImsCall.java +1 −1 Original line number Diff line number Diff line Loading @@ -1326,10 +1326,10 @@ public class ImsCall implements ICall { ImsReasonInfo.CODE_LOCAL_CALL_TERMINATED); } mSession.hold(createHoldMediaProfile()); // FIXME: We should update the state on the callback because that is where // we can confirm that the hold request was successful or not. mHold = true; mSession.hold(createHoldMediaProfile()); mUpdateRequest = UPDATE_HOLD; } } Loading Loading
src/java/com/android/ims/ImsCall.java +1 −1 Original line number Diff line number Diff line Loading @@ -1326,10 +1326,10 @@ public class ImsCall implements ICall { ImsReasonInfo.CODE_LOCAL_CALL_TERMINATED); } mSession.hold(createHoldMediaProfile()); // FIXME: We should update the state on the callback because that is where // we can confirm that the hold request was successful or not. mHold = true; mSession.hold(createHoldMediaProfile()); mUpdateRequest = UPDATE_HOLD; } } Loading