Home
last modified time | relevance | path

Searched refs:call1 (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java336 final Call call1 = inCallService.getLastCall(); in testAcceptRingingCallTwoCalls() local
338 call1.answer(VideoProfile.STATE_AUDIO_ONLY); in testAcceptRingingCallTwoCalls()
340 assertCallState(call1, Call.STATE_ACTIVE); in testAcceptRingingCallTwoCalls()
368 final Call call1 = inCallService.getLastCall(); in testAcceptRingingCallTwoCallsCarMode() local
370 call1.answer(VideoProfile.STATE_AUDIO_ONLY); in testAcceptRingingCallTwoCallsCarMode()
372 assertCallState(call1, Call.STATE_ACTIVE); in testAcceptRingingCallTwoCallsCarMode()
773 final Call call1 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local
774 assertCallState(call1, Call.STATE_DIALING); in testCanAddCall_CannotAddIfTooManyCalls()
778 assertCallState(call1, Call.STATE_ACTIVE); in testCanAddCall_CannotAddIfTooManyCalls()
793 call1.hold(); in testCanAddCall_CannotAddIfTooManyCalls()
[all …]
DSelfManagedConnectionServiceTest.java1427 final Call call1 = inCallService.getLastCall(); in testCallSwapBetweenTwoSelfManagedConnectionServices() local
1443 assertCallState(call1, Call.STATE_HOLDING); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1455 call1.unhold(); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1460 assertCallState(call1, Call.STATE_ACTIVE); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1473 assertCallState(call1, Call.STATE_HOLDING); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1491 assertCallState(call1, Call.STATE_HOLDING); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1500 call1.unhold(); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1501 assertCallState(call1, Call.STATE_ACTIVE); in testCallSwapBetweenTwoSelfManagedConnectionServices()
1511 assertCallState(call1, Call.STATE_DISCONNECTED); in testCallSwapBetweenTwoSelfManagedConnectionServices()
DBaseTelecomTestWithMockServices.java1089 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument
1098 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
1101 callConfList.add(call1); in addConferenceCall()
1104 call1.conference(call2); in addConferenceCall()
1123 void splitFromConferenceCall(Call call1) { in splitFromConferenceCall() argument
1126 call1.splitFromConference(); in splitFromConferenceCall()
DTransactionalApisTest.java855 Call call1 = getCallWithId(mCall1.getTelecomCallId()); in testCallStatesForTwoLiveTransactionalCalls() local
858 assertCallState(call1, Call.STATE_HOLDING); in testCallStatesForTwoLiveTransactionalCalls()
864 assertCallState(call1, Call.STATE_HOLDING); in testCallStatesForTwoLiveTransactionalCalls()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java964 Call call1 = getCall(mCurrentCallId); in testMultipleVoLteCalls() local
987 isCallHolding(call1, callSession1); in testMultipleVoLteCalls()
991 call1.unhold(); in testMultipleVoLteCalls()
994 isCallActive(call1, callSession1); in testMultipleVoLteCalls()
999 call1.disconnect(); in testMultipleVoLteCalls()
1001 isCallDisconnected(call1, callSession1); in testMultipleVoLteCalls()
1106 Call call1 = getCall(mCurrentCallId); in testMultipleVoWifiCalls() local
1127 isCallHolding(call1, callSession1); in testMultipleVoWifiCalls()
1131 call1.unhold(); in testMultipleVoWifiCalls()
1134 isCallActive(call1, callSession1); in testMultipleVoWifiCalls()
[all …]
DImsCallingTest.java1687 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument
1693 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
1696 callConfList.add(call1); in addConferenceCall()
1699 call2.conference(call1); in addConferenceCall()