Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DOutgoingCallTest.java60 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
72 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
82 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
DVideoCallTest.java64 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMakeTwoWayVideoCall()
86 verifyConnectionForOutgoingCall(); in testMakeOneWayVideoCall()
104 verifyConnectionForOutgoingCall(); in testUpgradeToVideo()
128 final MockConnection connection = verifyConnectionForOutgoingCall(); in testReceiveSessionModifyRequest()
157 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSendSessionModifyResponse()
186 final MockConnection connection = verifyConnectionForOutgoingCall(); in testVideoCallDelayProvider()
218 verifyConnectionForOutgoingCall(); in testChangeCamera()
243 verifyConnectionForOutgoingCall(); in testRequestCameraCapabilities()
271 verifyConnectionForOutgoingCall(); in testRequestDataUsage()
292 final MockConnection connection = verifyConnectionForOutgoingCall(); in testReceiveVideoQuality()
[all …]
DExtendedInCallServiceTest.java52 verifyConnectionForOutgoingCall(); in testAddNewOutgoingCallAndThenDisconnect()
66 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMuteAndUnmutePhone()
93 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSwitchAudioRoutes()
132 final MockConnection connection = verifyConnectionForOutgoingCall(); in testPlayAndStopDtmfTones()
165 final MockConnection connection = verifyConnectionForOutgoingCall(); in testHoldAndUnholdCall()
257 verifyConnectionForOutgoingCall(); in testCanAddCall_CannotAddForExistingDialingCall()
274 final MockConnection connection = verifyConnectionForOutgoingCall(); in testCanAddCall_CanAddForExistingActiveCall()
295 final MockConnection connection1 = verifyConnectionForOutgoingCall(0); in testCanAddCall_CannotAddIfTooManyCalls()
305 final MockConnection connection2 = verifyConnectionForOutgoingCall(1); in testCanAddCall_CannotAddIfTooManyCalls()
330 verifyConnectionForOutgoingCall(); in testOnBringToForeground()
[all …]
DWiredHeadsetTest.java78 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallShortPress_togglesMute()
100 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallLongPress_hangupCall()
119 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
DConnectionServiceTest.java49 verifyConnectionForOutgoingCall(); in testAddExistingConnection()
68 final Connection connection1 = verifyConnectionForOutgoingCall(); in testGetAllConnections()
DConferenceTest.java153 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceSetters()
224 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceAddAndRemoveConnection()
299 mConnection1 = verifyConnectionForOutgoingCall(0); in addOutgoingCalls()
307 mConnection2 = verifyConnectionForOutgoingCall(1); in addOutgoingCalls()
DRemoteConferenceTest.java276 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionAdd()
307 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionRemove()
368 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConferenceableConnections()
534 mConnection1 = verifyConnectionForOutgoingCall(0); in addRemoteConnectionOutgoingCalls()
543 mConnection2 = verifyConnectionForOutgoingCall(1); in addRemoteConnectionOutgoingCalls()
DBaseTelecomTestWithMockServices.java312 MockConnection verifyConnectionForOutgoingCall() { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
314 return verifyConnectionForOutgoingCall(0); in verifyConnectionForOutgoingCall()
317 MockConnection verifyConnectionForOutgoingCall(int connectionIndex) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
DCallDetailsTest.java100 verifyConnectionForOutgoingCall(); in setUp()
DRemoteConnectionTest.java464 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1139 mConnection = verifyConnectionForOutgoingCall(); in addRemoteConnectionOutgoingCall()