Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java66 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testMakeTwoWayVideoCall()
88 placeAndVerifyCall(VideoProfile.STATE_TX_ENABLED); in testMakeOneWayVideoCall()
106 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testUpgradeToVideo()
131 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testReceiveSessionModifyRequest()
160 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testSendSessionModifyResponse()
185 placeAndVerifyCall(VideoProfile.STATE_AUDIO_ONLY); in testReceiveSessionModifyResponse()
241 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testVideoCallDelayProvider()
273 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testChangeCamera()
298 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testRequestCameraCapabilities()
326 placeAndVerifyCall(VideoProfile.STATE_BIDIRECTIONAL); in testRequestDataUsage()
[all …]
DConnectionServiceTest.java82 placeAndVerifyCall(); in testAddExistingConnection()
105 placeAndVerifyCall(); in testAddExistingConnection_invalidPhoneAccountPackageName()
130 placeAndVerifyCall(); in testAddExistingConnection_invalidPhoneAccountAccountId()
153 placeAndVerifyCall(); in testVoipAudioModePropagation()
198 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithNoConnectionService()
211 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
219 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithSameConnectionService()
236 placeAndVerifyCall(); in testConnectionServiceFocusGainedWithDifferentConnectionService()
287 placeAndVerifyCall(); in testCallDirectionIncoming()
513 placeAndVerifyCall();
[all …]
DOutgoingCallTest.java158 placeAndVerifyCall(extras); in testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall()
170 placeAndVerifyCall(extras); in testStartCallWithSpeakerphoneFalse_SpeakerphoneOffInCall()
190 placeAndVerifyCall(); in testStartCallWithSpeakerphoneNotProvided_SpeakerphoneOffByDefault()
251 placeAndVerifyCall(); in testPhoneStateListenerInvokedOnOutgoingCall()
277 placeAndVerifyCall(extras); in testPhoneStateChangeAsExpected()
312 placeAndVerifyCall(extras1); in testExtraPhoneAccountHandleAvailable()
326 placeAndVerifyCall(extras2); in testExtraPhoneAccountHandleAvailable()
DExtendedInCallServiceTest.java74 placeAndVerifyCall(); in testAddNewOutgoingCallAndThenDisconnect()
88 placeAndVerifyCall(); in testMuteAndUnmutePhone()
119 placeAndVerifyCall(); in testSwitchAudioRoutes()
179 placeAndVerifyCall(); in testPlayAndStopDtmfTones()
212 placeAndVerifyCall(); in testHoldAndUnholdCall()
496 placeAndVerifyCall(); in testSwitchCallEndpoint()
710 placeAndVerifyCall(); in testCanAddCall_CannotAddForExistingDialingCall()
727 placeAndVerifyCall(); in testCanAddCall_CanAddForExistingActiveCall()
748 placeAndVerifyCall(); in testCanAddCall_CanAddForExistingActiveCallWithoutHoldCapability()
770 placeAndVerifyCall(); in testCanAddCall_CannotAddIfTooManyCalls()
[all …]
DRttOperationsTest.java89 placeAndVerifyCall(); in testLocalRttUpgradeAccepted()
113 placeAndVerifyCall(); in testLocalRttUpgradeRejected()
137 placeAndVerifyCall(); in testAcceptRemoteRttUpgrade()
160 placeAndVerifyCall(); in testRejectRemoteRttRequest()
338 placeAndVerifyCall(outgoingCallExtras); in placeRttCall()
DWiredHeadsetTest.java87 placeAndVerifyCall(); in testInCallLongPress_togglesMute()
109 placeAndVerifyCall(); in testInCallShortPress_hangupCall()
DCarModeInCallServiceTest.java352 placeAndVerifyCall(); in testSwitchToCarMode()
379 placeAndVerifyCall(); in testSwitchToCarModeAndBack()
421 placeAndVerifyCall(); in testSwitchToCarModeMultiple()
475 placeAndVerifyCall(); in testSwitchToAutomotiveProjection()
502 placeAndVerifyCall(); in testSwitchToAutomotiveProjectionAndBack()
543 placeAndVerifyCall(); in testSwitchToAutomotiveProjectionMultiple()
628 placeAndVerifyCall(); in testNoSwitchToCarModeWhenDisabledCarModeAppAutomotiveProjection()
DAccessibilitySystemActionTest.java56 placeAndVerifyCall(); in testInCall_headsetHookAction_hangupCall()
DHandoverTest.java92 placeAndVerifyCall(); in testHandoverSourceFailed()
227 placeAndVerifyCall(extras); in startSourceCall()
DInCallServiceFlagChecker.java63 placeAndVerifyCall(); in testIsBindAboveClientFlagSet()
DRemoteConferenceTest.java307 placeAndVerifyCall(); in testRemoteConferenceCallbacks_ConnectionAdd()
342 placeAndVerifyCall(); in testRemoteConferenceCallbacks_ConnectionRemove()
444 placeAndVerifyCall(); in testRemoteConferenceCallbacks_ConferenceableConnections()
640 placeAndVerifyCall(); in addRemoteConnectionOutgoingCalls()
649 placeAndVerifyCall(); in addRemoteConnectionOutgoingCalls()
DBaseTelecomTestWithMockServices.java781 void placeAndVerifyCall() { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
782 placeAndVerifyCall(null); in placeAndVerifyCall()
801 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY, currentCallCount); in placeAndVerifyCallByRedirection()
824 void placeAndVerifyCall(int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
825 placeAndVerifyCall(null, videoState); in placeAndVerifyCall()
832 void placeAndVerifyCall(Bundle extras) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
833 placeAndVerifyCall(extras, VideoProfile.STATE_AUDIO_ONLY); in placeAndVerifyCall()
840 void placeAndVerifyCall(Bundle extras, int videoState) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
844 placeAndVerifyCall(extras, videoState, currentCallCount + 1); in placeAndVerifyCall()
886 void placeAndVerifyCall(Bundle extras, int videoState, int expectedCallCount) { in placeAndVerifyCall() method in BaseTelecomTestWithMockServices
[all …]
DConferenceTest.java201 placeAndVerifyCall(); in testConferenceSetters()
458 placeAndVerifyCall(); in testConferenceAddAndRemoveConnection()
565 placeAndVerifyCall(); in addOutgoingCalls()
573 placeAndVerifyCall(); in addOutgoingCalls()
DCallDiagnosticServiceTest.java124 placeAndVerifyCall(extras); in testAddMultipleCalls()
378 placeAndVerifyCall(extras); in setupCall()
DExternalCallTest.java227 placeAndVerifyCall(extras); in placeExternalCall()
DTelecomManagerTest.java163 placeAndVerifyCall(extras); in testIsInEmergencyCall_ongoingEmergencyCall()
DThirdPartyCallScreeningServiceTest.java349 placeAndVerifyCall(extras); in testNoPostCallActivityForOutgoingEmergencyCall()
391 placeAndVerifyCall(extras); in placeOutgoingCall()
DEmergencyCallOnSimCallManagerTest.java139 placeAndVerifyCall(); in testQueryLocationForEmergencyTryNormalCall()
DBackgroundCallAudioTest.java477 placeAndVerifyCall(); in testEnterAudioProcessingWithoutPermission()
581 placeAndVerifyCall(); in placeActiveOutgoingCall()
DEmergencyCallTests.java289 placeAndVerifyCall(extras); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
DSelfManagedConnectionServiceTest.java757 placeAndVerifyCall(extras); in testSelfManagedAndSimBasedCallSwapping()
1154 placeAndVerifyCall(); in testSelfManagedConnectionServiceLostFocus()
DRemoteConnectionTest.java635 placeAndVerifyCall(); in testRemoteConnectionCallbacks_ConferenceableConnections()
1385 placeAndVerifyCall(); in addRemoteConnectionOutgoingCall()
DTransactionalApisTest.java1389 placeAndVerifyCall(extras); in placeSimCallAndSetActive()
DCallDetailsTest.java154 placeAndVerifyCall(bundle); in setUp()