Loading src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -855,7 +855,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, PhoneAccountHandle delegatePhoneAccountHandle = getDelegatePhoneAccountHandle(); boolean isTargetSameAsRemote = targetPhoneAccountHandle != null && targetPhoneAccountHandle.equals(remotePhoneAccountHandle); if (delegatePhoneAccountHandle.equals(targetPhoneAccountHandle)) { if (Objects.equals(delegatePhoneAccountHandle, targetPhoneAccountHandle)) { s.append(">>>"); } s.append("Target"); Loading Loading
src/com/android/server/telecom/Call.java +1 −1 Original line number Diff line number Diff line Loading @@ -855,7 +855,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable, PhoneAccountHandle delegatePhoneAccountHandle = getDelegatePhoneAccountHandle(); boolean isTargetSameAsRemote = targetPhoneAccountHandle != null && targetPhoneAccountHandle.equals(remotePhoneAccountHandle); if (delegatePhoneAccountHandle.equals(targetPhoneAccountHandle)) { if (Objects.equals(delegatePhoneAccountHandle, targetPhoneAccountHandle)) { s.append(">>>"); } s.append("Target"); Loading