Home
last modified time | relevance | path

Searched refs:placeAndVerifyCall (Results 1 – 20 of 20) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java65 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testMakeTwoWayVideoCall()
87 placeAndVerifyCall(VideoProfile.STATE_TX_ENABLED); in testMakeOneWayVideoCall()
105 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testUpgradeToVideo()
130 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testReceiveSessionModifyRequest()
159 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testSendSessionModifyResponse()
184 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testReceiveSessionModifyResponse()
240 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testVideoCallDelayProvider()
272 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testChangeCamera()
297 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testRequestCameraCapabilities()
325 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testRequestDataUsage()
[all …]
DConnectionServiceTest.java66 placeAndVerifyCall(); in testAddExistingConnection()
89 placeAndVerifyCall(); in testAddExistingConnection_invalidPhoneAccountPackageName()
114 placeAndVerifyCall(); in testAddExistingConnection_invalidPhoneAccountAccountId()
137 placeAndVerifyCall(); in testVoipAudioModePropagation()
182 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithNoConnectionService()
195 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
203 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
220 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithDifferentConnectionService()
271 placeAndVerifyCall(); in testCallDirectionIncoming()
422 placeAndVerifyCall();
[all …]
DOutgoingCallTest.java89 placeAndVerifyCall(extras); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
101 placeAndVerifyCall(extras); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
117 placeAndVerifyCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
172 placeAndVerifyCall(); in testPhoneStateListenerInvokedOnOutgoingCall()
198 placeAndVerifyCall(extras); in testPhoneStateChangeAsExpected()
226 placeAndVerifyCall(extras1); in testExtraPhoneAccountHandleAvailable()
238 placeAndVerifyCall(extras2); in testExtraPhoneAccountHandleAvailable()
DExtendedInCallServiceTest.java61 placeAndVerifyCall(); in testAddNewOutgoingCallAndThenDisconnect()
75 placeAndVerifyCall(); in testMuteAndUnmutePhone()
102 placeAndVerifyCall(); in testSwitchAudioRoutes()
162 placeAndVerifyCall(); in testPlayAndStopDtmfTones()
195 placeAndVerifyCall(); in testHoldAndUnholdCall()
599 placeAndVerifyCall(); in testCanAddCall_CannotAddForExistingDialingCall()
616 placeAndVerifyCall(); in testCanAddCall_CanAddForExistingActiveCall()
637 placeAndVerifyCall(); in testCanAddCall_CannotAddIfTooManyCalls()
647 placeAndVerifyCall(); in testCanAddCall_CannotAddIfTooManyCalls()
672 placeAndVerifyCall(); in testOnBringToForeground()
[all …]
DWiredHeadsetTest.java77 placeAndVerifyCall(); in testInCallLongPress_togglesMute()
99 placeAndVerifyCall(); in testInCallShortPress_hangupCall()
DRttOperationsTest.java89 placeAndVerifyCall(); in testLocalRttUpgradeAccepted()
113 placeAndVerifyCall(); in testLocalRttUpgradeRejected()
137 placeAndVerifyCall(); in testAcceptRemoteRttUpgrade()
160 placeAndVerifyCall(); in testRejectRemoteRttRequest()
323 placeAndVerifyCall(outgoingCallExtras); in placeRttCall()
DCarModeInCallServiceTest.java329 placeAndVerifyCall(); in testSwitchToCarMode()
354 placeAndVerifyCall(); in testSwitchToCarModeAndBack()
394 placeAndVerifyCall(); in testSwitchToCarModeMultiple()
446 placeAndVerifyCall(); in testSwitchToAutomotiveProjection()
471 placeAndVerifyCall(); in testSwitchToAutomotiveProjectionAndBack()
510 placeAndVerifyCall(); in testSwitchToAutomotiveProjectionMultiple()
DHandoverTest.java79 placeAndVerifyCall(); in testHandoverSourceFailed()
213 placeAndVerifyCall(extras); in startSourceCall()
DRemoteConferenceTest.java298 placeAndVerifyCall(); in testRemoteConferenceCallbacks_ConnectionAdd()
333 placeAndVerifyCall(); in testRemoteConferenceCallbacks_ConnectionRemove()
435 placeAndVerifyCall(); in testRemoteConferenceCallbacks_ConferenceableConnections()
631 placeAndVerifyCall(); in addRemoteConnectionOutgoingCalls()
640 placeAndVerifyCall(); in addRemoteConnectionOutgoingCalls()
DBaseTelecomTestWithMockServices.java647 void placeAndVerifyCall() { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
648 placeAndVerifyCall(null); in placeAndVerifyCall()
667 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY, currentCallCount); in placeAndVerifyCallByRedirection()
690 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
691 placeAndVerifyCall(null, videoState); in placeAndVerifyCall()
698 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
699 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY); in placeAndVerifyCall()
706 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
710 placeAndVerifyCall(extras, videoState, currentCallCount + 1); in placeAndVerifyCall()
729 void placeAndVerifyCall(Bundle extras, int videoState, int expectedCallCount) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
[all …]
DExternalCallTest.java161 placeAndVerifyCall(extras); in placeExternalCall()
DEmergencyCallTests.java121 placeAndVerifyCall(extras); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
DConferenceTest.java185 placeAndVerifyCall(); in testConferenceSetters()
442 placeAndVerifyCall(); in testConferenceAddAndRemoveConnection()
531 placeAndVerifyCall(); in addOutgoingCalls()
539 placeAndVerifyCall(); in addOutgoingCalls()
DCallDiagnosticServiceTest.java124 placeAndVerifyCall(extras); in testAddMultipleCalls()
378 placeAndVerifyCall(extras); in setupCall()
DTelecomManagerTest.java163 placeAndVerifyCall(extras); in testIsInEmergencyCall_ongoingEmergencyCall()
DThirdPartyCallScreeningServiceTest.java344 placeAndVerifyCall(extras); in testNoPostCallActivityForOutgoingEmergencyCall()
386 placeAndVerifyCall(extras); in placeOutgoingCall()
DBackgroundCallAudioTest.java473 placeAndVerifyCall(); in testEnterAudioProcessingWithoutPermission()
577 placeAndVerifyCall(); in placeActiveOutgoingCall()
DSelfManagedConnectionServiceTest.java539 placeAndVerifyCall(); in testSelfManagedConnectionServiceLostFocus()
DRemoteConnectionTest.java584 placeAndVerifyCall(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1334 placeAndVerifyCall(); in addRemoteConnectionOutgoingCall()
DCallDetailsTest.java130 placeAndVerifyCall(); in setUp()