Go to file
Tyler Gunn bbd78a76f8 Confirm managed call when there are ongoing self-managed calls.
When the user places a managed call while there are ongoing self-managed
calls, the system will now display a dialog giving the user the option of
NOT placing the managed call, or placing the managed call and disconnecting
the ongoing self-managed call(s).

This is done by stopping the outgoing call during startOutgoingCall and
bringing up a dialog to confirm whether the user wants to place the call.
If they chose to place the call, ongoing self-mgds calls are disconnected,
the call is added, and the NewutgoingCallBroadcast is sent as usual.

If the user chooses not to start the call, the call is cancelled.

Test: Manual
Bug: 37828805
Change-Id: I8539b0601cf5f324d2fb204485ee0d9bbf03426d
2017-05-02 14:04:37 -07:00
libs
proto Add _UNSPECIFIED fields to enumss 2016-11-10 17:18:18 -08:00
res Confirm managed call when there are ongoing self-managed calls. 2017-05-02 14:04:37 -07:00
scripts Add support for telephony tests in testing script 2017-03-30 11:31:44 -07:00
src/com/android/server/telecom Confirm managed call when there are ongoing self-managed calls. 2017-05-02 14:04:37 -07:00
testapps Merge "Fix USSD Api test app" 2017-04-29 04:31:51 +00:00
tests Migrate phone account sorting to use lamba expressions and add test. 2017-04-27 13:13:24 -07:00
.classpath
.project
Android.mk
AndroidManifest.xml Confirm managed call when there are ongoing self-managed calls. 2017-05-02 14:04:37 -07:00
CleanSpec.mk
proguard.flags Switch to using android.telecom.Log in Telecom 2016-10-19 13:44:00 -07:00