Home
last modified time | relevance | path

Searched refs:verifyConnectionForOutgoingCall (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java66 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMakeTwoWayVideoCall()
88 verifyConnectionForOutgoingCall(); in testMakeOneWayVideoCall()
106 Connection connection = verifyConnectionForOutgoingCall(); in testUpgradeToVideo()
131 final MockConnection connection = verifyConnectionForOutgoingCall(); in testReceiveSessionModifyRequest()
160 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSendSessionModifyResponse()
185 final MockConnection connection = verifyConnectionForOutgoingCall(); in testReceiveSessionModifyResponse()
241 final MockConnection connection = verifyConnectionForOutgoingCall(); in testVideoCallDelayProvider()
273 verifyConnectionForOutgoingCall(); in testChangeCamera()
298 verifyConnectionForOutgoingCall(); in testRequestCameraCapabilities()
326 verifyConnectionForOutgoingCall(); in testRequestDataUsage()
[all …]
DOutgoingCallTest.java90 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
102 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
118 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
173 verifyConnectionForOutgoingCall(); in testPhoneStateListenerInvokedOnOutgoingCall()
199 verifyConnectionForOutgoingCall(); in testPhoneStateChangeAsExpected()
227 Connection conn = verifyConnectionForOutgoingCall(); in testExtraPhoneAccountHandleAvailable()
239 conn = verifyConnectionForOutgoingCall(); in testExtraPhoneAccountHandleAvailable()
DConnectionServiceTest.java67 verifyConnectionForOutgoingCall(); in testAddExistingConnection()
90 verifyConnectionForOutgoingCall(); in testAddExistingConnection_invalidPhoneAccountPackageName()
115 verifyConnectionForOutgoingCall(); in testAddExistingConnection_invalidPhoneAccountAccountId()
138 MockConnection connection = verifyConnectionForOutgoingCall(); in testVoipAudioModePropagation()
196 Connection outgoing = verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
204 verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
221 verifyConnectionForOutgoingCall().setActive(); in testConnectionServiceFocusGainedWithDifferentConnectionService()
272 verifyConnectionForOutgoingCall().setActive(); in testCallDirectionIncoming()
423 verifyConnectionForOutgoingCall().setActive();
457 final Connection connection1 = verifyConnectionForOutgoingCall();
DRttOperationsTest.java63 final MockConnection connection = verifyConnectionForOutgoingCall(); in testOutgoingRttCall()
90 final MockConnection connection = verifyConnectionForOutgoingCall(); in testLocalRttUpgradeAccepted()
114 final MockConnection connection = verifyConnectionForOutgoingCall(); in testLocalRttUpgradeRejected()
138 final MockConnection connection = verifyConnectionForOutgoingCall(); in testAcceptRemoteRttUpgrade()
161 final MockConnection connection = verifyConnectionForOutgoingCall(); in testRejectRemoteRttRequest()
185 final MockConnection connection = verifyConnectionForOutgoingCall(); in testLocalRttTermination()
206 final MockConnection connection = verifyConnectionForOutgoingCall(); in testRemoteRttTermination()
DExtendedInCallServiceTest.java62 verifyConnectionForOutgoingCall(); in testAddNewOutgoingCallAndThenDisconnect()
76 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMuteAndUnmutePhone()
103 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSwitchAudioRoutes()
163 final MockConnection connection = verifyConnectionForOutgoingCall(); in testPlayAndStopDtmfTones()
196 final MockConnection connection = verifyConnectionForOutgoingCall(); in testHoldAndUnholdCall()
600 verifyConnectionForOutgoingCall(); in testCanAddCall_CannotAddForExistingDialingCall()
617 final MockConnection connection = verifyConnectionForOutgoingCall(); in testCanAddCall_CanAddForExistingActiveCall()
638 final MockConnection connection1 = verifyConnectionForOutgoingCall(0); in testCanAddCall_CannotAddIfTooManyCalls()
648 final MockConnection connection2 = verifyConnectionForOutgoingCall(1); in testCanAddCall_CannotAddIfTooManyCalls()
673 verifyConnectionForOutgoingCall(); in testOnBringToForeground()
[all …]
DCarModeInCallServiceTest.java330 verifyConnectionForOutgoingCall(); in testSwitchToCarMode()
355 verifyConnectionForOutgoingCall(); in testSwitchToCarModeAndBack()
395 verifyConnectionForOutgoingCall(); in testSwitchToCarModeMultiple()
447 verifyConnectionForOutgoingCall(); in testSwitchToAutomotiveProjection()
472 verifyConnectionForOutgoingCall(); in testSwitchToAutomotiveProjectionAndBack()
511 verifyConnectionForOutgoingCall(); in testSwitchToAutomotiveProjectionMultiple()
589 verifyConnectionForOutgoingCall(number); in placeCarModeCall()
DWiredHeadsetTest.java78 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallLongPress_togglesMute()
100 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallShortPress_hangupCall()
DRemoteConferenceTest.java300 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionAdd()
335 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionRemove()
437 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConferenceableConnections()
632 mConnection1 = verifyConnectionForOutgoingCall(0); in addRemoteConnectionOutgoingCalls()
641 mConnection2 = verifyConnectionForOutgoingCall(1); in addRemoteConnectionOutgoingCalls()
DExternalCallTest.java162 verifyConnectionForOutgoingCall(testNumber); in placeExternalCall()
DEmergencyCallTests.java122 Connection outgoingConnection = verifyConnectionForOutgoingCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
DConferenceTest.java186 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceSetters()
443 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceAddAndRemoveConnection()
532 mConnection1 = verifyConnectionForOutgoingCall(0); in addOutgoingCalls()
540 mConnection2 = verifyConnectionForOutgoingCall(1); in addOutgoingCalls()
DCallDiagnosticServiceTest.java125 MockConnection connection = verifyConnectionForOutgoingCall(1); in testAddMultipleCalls()
379 mConnection = verifyConnectionForOutgoingCall(); in setupCall()
DHandoverTest.java214 Connection connection = verifyConnectionForOutgoingCall(); in startSourceCall()
DTelecomManagerTest.java164 verifyConnectionForOutgoingCall(); in testIsInEmergencyCall_ongoingEmergencyCall()
DBaseTelecomTestWithMockServices.java783 Connection connection = verifyConnectionForOutgoingCall(TEST_EMERGENCY_URI); in placeAndVerifyEmergencyCall()
803 MockConnection verifyConnectionForOutgoingCall() { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
805 return verifyConnectionForOutgoingCall(0); in verifyConnectionForOutgoingCall()
808 MockConnection verifyConnectionForOutgoingCall(int connectionIndex) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
824 MockConnection verifyConnectionForOutgoingCall(Uri address) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
DBackgroundCallAudioTest.java474 final MockConnection connection = verifyConnectionForOutgoingCall(); in testEnterAudioProcessingWithoutPermission()
582 final MockConnection connection = verifyConnectionForOutgoingCall(); in placeActiveOutgoingCall()
DSelfManagedConnectionServiceTest.java540 verifyConnectionForOutgoingCall().setActive(); in testSelfManagedConnectionServiceLostFocus()
DRemoteConnectionTest.java586 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1339 mConnection = verifyConnectionForOutgoingCall(); in addRemoteConnectionOutgoingCall()
DCallDetailsTest.java131 verifyConnectionForOutgoingCall(); in setUp()