Update CTS for formalizing ConnectionService APIs
ConferenceTest#testConferenceCreate was failing because
ConnectionService#onCreateConferenceComplete was never being called
during the test. This seems to be the case when one call is being merged
with another (verified manually). Instead, offloading this check into
AdhocConferenceTest should test this behavior now as a conference call
is explicitly being created via TelecomManager.
Bug: 326267225
Test: atest AdhocConferenceTest#testStartConference
Change-Id: I0e84894d8fef5410f7de9faf00a2f13055597093
2 files changed