Loading src/com/android/server/telecom/ConnectionServiceWrapper.java +4 −0 Original line number Diff line number Diff line Loading @@ -264,6 +264,10 @@ final class ConnectionServiceWrapper extends ServiceBinder<IConnectionService> { for (String callId : parcelableConference.getConnectionIds()) { Call childCall = mCallIdMapper.getCall(callId); Log.d(this, "found child: %s", callId); if (conferenceCall.getTargetPhoneAccount() == null) { PhoneAccountHandle ph = childCall.getTargetPhoneAccount(); conferenceCall.setTargetPhoneAccount(ph); } if (childCall != null) { childCall.setParentCall(conferenceCall); } Loading Loading
src/com/android/server/telecom/ConnectionServiceWrapper.java +4 −0 Original line number Diff line number Diff line Loading @@ -264,6 +264,10 @@ final class ConnectionServiceWrapper extends ServiceBinder<IConnectionService> { for (String callId : parcelableConference.getConnectionIds()) { Call childCall = mCallIdMapper.getCall(callId); Log.d(this, "found child: %s", callId); if (conferenceCall.getTargetPhoneAccount() == null) { PhoneAccountHandle ph = childCall.getTargetPhoneAccount(); conferenceCall.setTargetPhoneAccount(ph); } if (childCall != null) { childCall.setParentCall(conferenceCall); } Loading