OSDN Git Service

Fix n-way conf call in SipPhone.
authorHung-ying Tyan <tyanh@google.com>
Wed, 20 Oct 2010 14:49:33 +0000 (22:49 +0800)
committerHung-ying Tyan <tyanh@google.com>
Wed, 20 Oct 2010 19:59:04 +0000 (03:59 +0800)
commit6037a056ea0dda27a286ddcb527b323b58a1c7c7
treef9854464261707c5e49f61b52a92a322d337670f
parent23392a84bcb961d3fd50142ec40ce6ac6db89018
Fix n-way conf call in SipPhone.

+ Avoid concurrent modification when forming >3-way conf call.
+ Revise SipConnection.separate() to put the newly separated call to foreground.

Bug: 3114987

Change-Id: If6204e7e3cc05f4a516c33657a368b53a0ad014d
telephony/java/com/android/internal/telephony/sip/SipPhone.java