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.java369 final Call call1 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local
370 assertCallState(call1, Call.STATE_DIALING); in testCanAddCall_CannotAddIfTooManyCalls()
374 assertCallState(call1, Call.STATE_ACTIVE); in testCanAddCall_CannotAddIfTooManyCalls()
389 call1.hold(); in testCanAddCall_CannotAddIfTooManyCalls()
390 assertCallState(call1, Call.STATE_HOLDING); in testCanAddCall_CannotAddIfTooManyCalls()
507 final Call call1 = inCallService.getLastCall(); in testGetCalls() local
508 assertCallState(call1, Call.STATE_DIALING); in testGetCalls()
512 assertCallState(call1, Call.STATE_ACTIVE); in testGetCalls()
516 assertEquals(call1, calls.get(0)); in testGetCalls()
524 assertEquals(call1, calls.get(0)); in testGetCalls()
DBaseTelecomTestWithMockServices.java426 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument
435 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
438 callConfList.add(call1); in addConferenceCall()
441 call1.conference(call2); in addConferenceCall()
460 void splitFromConferenceCall(Call call1) { in splitFromConferenceCall() argument
463 call1.splitFromConference(); in splitFromConferenceCall()