Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java319 final Call call1 = inCallService.getLastCall(); in testAcceptRingingCallTwoCalls() local
321 call1.answer(VideoProfile.STATE_AUDIO_ONLY); in testAcceptRingingCallTwoCalls()
323 assertCallState(call1, Call.STATE_ACTIVE); in testAcceptRingingCallTwoCalls()
351 final Call call1 = inCallService.getLastCall(); in testAcceptRingingCallTwoCallsCarMode() local
353 call1.answer(VideoProfile.STATE_AUDIO_ONLY); in testAcceptRingingCallTwoCallsCarMode()
355 assertCallState(call1, Call.STATE_ACTIVE); in testAcceptRingingCallTwoCallsCarMode()
640 final Call call1 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local
641 assertCallState(call1, Call.STATE_DIALING); in testCanAddCall_CannotAddIfTooManyCalls()
645 assertCallState(call1, Call.STATE_ACTIVE); in testCanAddCall_CannotAddIfTooManyCalls()
660 call1.hold(); in testCanAddCall_CannotAddIfTooManyCalls()
[all …]
DBaseTelecomTestWithMockServices.java918 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument
927 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
930 callConfList.add(call1); in addConferenceCall()
933 call1.conference(call2); in addConferenceCall()
952 void splitFromConferenceCall(Call call1) { in splitFromConferenceCall() argument
955 call1.splitFromConference(); in splitFromConferenceCall()