More telephony updates for mainline.

Add new TelecomManager#getDefaultDialerPackage which is multiuse aware;
this is used when showing the voicemail notification.
Remove some @hide methods from Conference; push these inline.
Move ConferenceParticipantConnection into frameworks/opt/net/ims since
it is just an IMS implementation detail.

Bug: 141576016
Test: Manual smoke test.
Test: Run unit tests.
Test: Run CTS tests.
Change-Id: I39b6955cb14cc1ca68b05c620c3d09a2cdfe30c9
This commit is contained in:
Tyler Gunn
2019-10-31 13:04:37 -07:00
parent 07a945d97b
commit 00d737bd17
14 changed files with 203 additions and 526 deletions

View File

@@ -227,7 +227,7 @@ public class CallLog {
/**
* Indicates the call underwent Assisted Dialing.
* @hide
* @see TelecomManager#EXTRA_USE_ASSISTED_DIALING
*/
public static final int FEATURES_ASSISTED_DIALING_USED = 1 << 4;