Loading src/java/com/android/ims/ImsCall.java +1 −1 Original line number Diff line number Diff line Loading @@ -3142,7 +3142,7 @@ public class ImsCall implements ICall { public void callSessionRttModifyResponseReceived(int status) { ImsCall.Listener listener; logi("callSessionRttModifyResponseReceived"); logi("callSessionRttModifyResponseReceived: " + status); synchronized(ImsCall.this) { listener = mListener; } Loading Loading
src/java/com/android/ims/ImsCall.java +1 −1 Original line number Diff line number Diff line Loading @@ -3142,7 +3142,7 @@ public class ImsCall implements ICall { public void callSessionRttModifyResponseReceived(int status) { ImsCall.Listener listener; logi("callSessionRttModifyResponseReceived"); logi("callSessionRttModifyResponseReceived: " + status); synchronized(ImsCall.this) { listener = mListener; } Loading