Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java64 verifyConnectionForOutgoingCall(); in testAddExistingConnection()
87 verifyConnectionForOutgoingCall(); in testAddExistingConnection_invalidPhoneAccountPackageName()
112 verifyConnectionForOutgoingCall(); in testAddExistingConnection_invalidPhoneAccountAccountId()
135 MockConnection connection = verifyConnectionForOutgoingCall(); in testVoipAudioModePropagation()
193 Connection outgoing = verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
201 verifyConnectionForOutgoingCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
218 verifyConnectionForOutgoingCall().setActive(); in testConnectionServiceFocusGainedWithDifferentConnectionService()
265 verifyConnectionForOutgoingCall().setActive(); in testCallDirectionIncoming()
294 verifyConnectionForOutgoingCall().setActive(); in testCallDirectionOutgoing()
328 final Connection connection1 = verifyConnectionForOutgoingCall(); in testGetAllConnections()
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.java85 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
97 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
113 verifyConnectionForOutgoingCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
137 verifyConnectionForOutgoingCall(); in testPhoneStateListenerInvokedOnOutgoingCall()
162 verifyConnectionForOutgoingCall(); in testPhoneStateChangeAsExpected()
190 Connection conn = verifyConnectionForOutgoingCall(); in testExtraPhoneAccountHandleAvailable()
200 conn = verifyConnectionForOutgoingCall(); in testExtraPhoneAccountHandleAvailable()
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.java59 verifyConnectionForOutgoingCall(); in testAddNewOutgoingCallAndThenDisconnect()
73 final MockConnection connection = verifyConnectionForOutgoingCall(); in testMuteAndUnmutePhone()
100 final MockConnection connection = verifyConnectionForOutgoingCall(); in testSwitchAudioRoutes()
160 final MockConnection connection = verifyConnectionForOutgoingCall(); in testPlayAndStopDtmfTones()
193 final MockConnection connection = verifyConnectionForOutgoingCall(); in testHoldAndUnholdCall()
538 verifyConnectionForOutgoingCall(); in testCanAddCall_CannotAddForExistingDialingCall()
555 final MockConnection connection = verifyConnectionForOutgoingCall(); in testCanAddCall_CanAddForExistingActiveCall()
576 final MockConnection connection1 = verifyConnectionForOutgoingCall(0); in testCanAddCall_CannotAddIfTooManyCalls()
586 final MockConnection connection2 = verifyConnectionForOutgoingCall(1); in testCanAddCall_CannotAddIfTooManyCalls()
611 verifyConnectionForOutgoingCall(); in testOnBringToForeground()
[all …]
DCarModeInCallServiceTest.java156 verifyConnectionForOutgoingCall(); in testSwitchToCarMode()
177 verifyConnectionForOutgoingCall(); in testSwitchToCarModeAndBack()
213 verifyConnectionForOutgoingCall(); in testSwitchToCarModeMultiple()
263 verifyConnectionForOutgoingCall(number); in placeCarModeCall()
DWiredHeadsetTest.java78 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallLongPress_togglesMute()
100 final MockConnection connection = verifyConnectionForOutgoingCall(); in testInCallShortPress_hangupCall()
DRemoteConferenceTest.java276 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionAdd()
307 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConnectionRemove()
397 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConferenceCallbacks_ConferenceableConnections()
581 mConnection1 = verifyConnectionForOutgoingCall(0); in addRemoteConnectionOutgoingCalls()
590 mConnection2 = verifyConnectionForOutgoingCall(1); in addRemoteConnectionOutgoingCalls()
DConferenceTest.java181 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceSetters()
381 MockConnection newConnection = verifyConnectionForOutgoingCall(2); in testConferenceAddAndRemoveConnection()
471 mConnection1 = verifyConnectionForOutgoingCall(0); in addOutgoingCalls()
479 mConnection2 = verifyConnectionForOutgoingCall(1); in addOutgoingCalls()
DTelecomManagerTest.java83 verifyConnectionForOutgoingCall(); in testIsInEmergencyCall_ongoingEmergencyCall()
DEmergencyCallTests.java119 Connection outgoingConnection = verifyConnectionForOutgoingCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
DExternalCallTest.java162 verifyConnectionForOutgoingCall(testNumber); in placeExternalCall()
DBaseTelecomTestWithMockServices.java630 Connection connection = verifyConnectionForOutgoingCall(TEST_EMERGENCY_URI); in placeAndVerifyEmergencyCall()
644 MockConnection verifyConnectionForOutgoingCall() { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
646 return verifyConnectionForOutgoingCall(0); in verifyConnectionForOutgoingCall()
649 MockConnection verifyConnectionForOutgoingCall(int connectionIndex) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
665 MockConnection verifyConnectionForOutgoingCall(Uri address) { in verifyConnectionForOutgoingCall() method in BaseTelecomTestWithMockServices
DBackgroundCallAudioTest.java434 final MockConnection connection = verifyConnectionForOutgoingCall(); in testEnterAudioProcessingWithoutPermission()
542 final MockConnection connection = verifyConnectionForOutgoingCall(); in placeActiveOutgoingCall()
DSelfManagedConnectionServiceTest.java538 verifyConnectionForOutgoingCall().setActive(); in testSelfManagedConnectionServiceLostFocus()
DRemoteConnectionTest.java492 verifyConnectionForOutgoingCall(1).getRemoteConnection(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1227 mConnection = verifyConnectionForOutgoingCall(); in addRemoteConnectionOutgoingCall()
DCallDetailsTest.java127 verifyConnectionForOutgoingCall(); in setUp()