Searched refs:mCall2 (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | RemoteConferenceTest.java | 58 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() 138 assertCallState(mCall2, Call.STATE_HOLDING); in testRemoteConferenceHoldAndUnhold() 150 assertCallState(mCall2, Call.STATE_ACTIVE); in testRemoteConferenceHoldAndUnhold() 173 assertCallDisplayName(mCall2, TestUtils.MERGE_CALLER_NAME); in testRemoteConferenceMergeAndSwap() 185 assertCallDisplayName(mCall2, TestUtils.SWAP_CALLER_NAME); in testRemoteConferenceMergeAndSwap() 652 mCall2 = mInCallCallbacks.getService().getLastCall(); in addRemoteConnectionOutgoingCalls() 653 assertCallState(mCall2, Call.STATE_DIALING); in addRemoteConnectionOutgoingCalls() 656 assertCallState(mCall2, Call.STATE_ACTIVE); in addRemoteConnectionOutgoingCalls() [all …]
|
D | ConferenceTest.java | 62 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() 157 assertCallState(mCall2, Call.STATE_HOLDING); in testConferenceHoldAndUnhold() 162 assertCallState(mCall2, Call.STATE_ACTIVE); in testConferenceHoldAndUnhold() 174 assertCallDisplayName(mCall2, TestUtils.MERGE_CALLER_NAME); in testConferenceMergeAndSwap() 184 assertCallDisplayName(mCall2, TestUtils.SWAP_CALLER_NAME); in testConferenceMergeAndSwap() 575 mCall2 = mInCallService.getLastCall(); in addOutgoingCalls() 576 assertCallState(mCall2, Call.STATE_DIALING); in addOutgoingCalls() [all …]
|
D | TransactionalApisTest.java | 244 private final TelecomCtsVoipCall mCall2 = new TelecomCtsVoipCall(INCOMING_CALL_ID); field in TransactionalApisTest 851 startCallWithAttributesAndVerify(mIncomingCallAttributes, mCall2); in testCallStatesForTwoLiveTransactionalCalls() 852 callControlAction(SET_ACTIVE, mCall2); in testCallStatesForTwoLiveTransactionalCalls() 856 Call call2 = getCallWithId(mCall2.getTelecomCallId()); in testCallStatesForTwoLiveTransactionalCalls() 861 callControlAction(DISCONNECT, mCall2); in testCallStatesForTwoLiveTransactionalCalls() 891 startCallWithAttributesAndVerify(mIncomingCallAttributes, mCall2); in testSimCallAndTransactionalCall() 893 callControlAction(SET_ACTIVE, mCall2); in testSimCallAndTransactionalCall() 896 assertCallState(getCallWithId(mCall2.getTelecomCallId()), Call.STATE_ACTIVE); in testSimCallAndTransactionalCall() 898 callControlAction(DISCONNECT, mCall2); in testSimCallAndTransactionalCall() 1436 mCall2.resetAllCallbackVerifiers(); in cleanup() [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsCallingTest.java | 92 private Call mCall2 = null; field in ImsCallingTest 811 assertTrue("Call is not in Hold State", (mCall2.getDetails().getState() in testOutGoingCallSwap() 831 return (mCall2.getDetails().getState() == Call.STATE_ACTIVE) in testOutGoingCallSwap() 836 isCallActive(mCall2, mCallSession2); in testOutGoingCallSwap() 837 mCall2.disconnect(); in testOutGoingCallSwap() 839 isCallDisconnected(mCall2, mCallSession2); in testOutGoingCallSwap() 873 return (mCall2.getDetails().getState() == Call.STATE_ACTIVE) in testOutGoingCallSwapFail() 878 isCallActive(mCall2, mCallSession2); in testOutGoingCallSwapFail() 880 mCall2.disconnect(); in testOutGoingCallSwapFail() 882 isCallDisconnected(mCall2, mCallSession2); in testOutGoingCallSwapFail() [all …]
|