Home
last modified time | relevance | path

Searched refs:mCall1 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DTransactionalApisTest.java243 private final TelecomCtsVoipCall mCall1 = new TelecomCtsVoipCall(OUTGOING_CALL_ID); field in TransactionalApisTest
331 }, mCall1.mHandshakes, mCall1.mEvents); in testAddCallWithNullArgument()
352 startCallWithAttributesAndVerify(mOutgoingCallAttributes, mCall1); in testAddOutgoingCall()
353 callControlAction(SET_ACTIVE, mCall1); in testAddOutgoingCall()
356 callControlAction(DISCONNECT, mCall1); in testAddOutgoingCall()
377 startCallWithAttributesAndVerify(mOutgoingCallAttributes, mCall1); in testAddOutgoingCallHasPropertyIsTransactional()
378 callControlAction(SET_ACTIVE, mCall1); in testAddOutgoingCallHasPropertyIsTransactional()
383 callControlAction(DISCONNECT, mCall1); in testAddOutgoingCallHasPropertyIsTransactional()
403 startCallWithAttributesAndVerify(mIncomingCallAttributes, mCall1); in testAddIncomingCallAndSetActive()
404 callControlAction(SET_ACTIVE, mCall1); in testAddIncomingCallAndSetActive()
[all …]
DRemoteConferenceTest.java58 Call mCall1, mCall2; field in RemoteConferenceTest
82 if (mCall1.getParent() != confCall || mCall2.getParent() != confCall) { in testRemoteConferenceCreate()
85 if (!(confCall.getChildren().contains(mCall1) && confCall.getChildren().contains(mCall2))) { in testRemoteConferenceCreate()
109 if (!(mCall1.getParent() == confCall) && (confCall.getChildren().contains(mCall1))) { in testRemoteConferenceSplit()
115 splitFromConferenceCall(mCall1); in testRemoteConferenceSplit()
117 if ((mCall1.getParent() == confCall) || (confCall.getChildren().contains(mCall1))) { in testRemoteConferenceSplit()
137 assertCallState(mCall1, Call.STATE_HOLDING); in testRemoteConferenceHoldAndUnhold()
149 assertCallState(mCall1, Call.STATE_ACTIVE); in testRemoteConferenceHoldAndUnhold()
172 assertCallDisplayName(mCall1, TestUtils.MERGE_CALLER_NAME); in testRemoteConferenceMergeAndSwap()
184 assertCallDisplayName(mCall1, TestUtils.SWAP_CALLER_NAME); in testRemoteConferenceMergeAndSwap()
[all …]
DConferenceTest.java62 private Call mCall1, mCall2; field in ConferenceTest
75 addConferenceCall(mCall1, mCall2); in setUp()
103 if (mCall1.getParent() != conf || mCall2.getParent() != conf) { in testConferenceCreate()
106 if (!(conf.getChildren().contains(mCall1) && conf.getChildren().contains(mCall2))) { in testConferenceCreate()
134 if (!(mCall1.getParent() == conf) && (conf.getChildren().contains(mCall1))) { in testConferenceSplit()
139 splitFromConferenceCall(mCall1); in testConferenceSplit()
141 if ((mCall1.getParent() == conf) || (conf.getChildren().contains(mCall1))) { in testConferenceSplit()
156 assertCallState(mCall1, Call.STATE_HOLDING); in testConferenceHoldAndUnhold()
161 assertCallState(mCall1, Call.STATE_ACTIVE); in testConferenceHoldAndUnhold()
173 assertCallDisplayName(mCall1, TestUtils.MERGE_CALLER_NAME); in testConferenceMergeAndSwap()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingTest.java91 private Call mCall1 = null; field in ImsCallingTest
809 mCall1.unhold(); in testOutGoingCallSwap()
813 isCallActive(mCall1, mCallSession1); in testOutGoingCallSwap()
816 mCall1.disconnect(); in testOutGoingCallSwap()
818 isCallDisconnected(mCall1, mCallSession1); in testOutGoingCallSwap()
858 mCall1.unhold(); in testOutGoingCallSwapFail()
860 assertTrue("Call is not in Hold State", (mCall1.getDetails().getState() in testOutGoingCallSwapFail()
886 isCallActive(mCall1, mCallSession1); in testOutGoingCallSwapFail()
887 mCall1.disconnect(); in testOutGoingCallSwapFail()
889 isCallDisconnected(mCall1, mCallSession1); in testOutGoingCallSwapFail()
[all …]