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.java297 final Call call1 = inCallService.getLastCall(); in testCanAddCall_CannotAddIfTooManyCalls() local
298 assertCallState(call1, Call.STATE_DIALING); in testCanAddCall_CannotAddIfTooManyCalls()
302 assertCallState(call1, Call.STATE_ACTIVE); in testCanAddCall_CannotAddIfTooManyCalls()
317 call1.hold(); in testCanAddCall_CannotAddIfTooManyCalls()
318 assertCallState(call1, Call.STATE_HOLDING); in testCanAddCall_CannotAddIfTooManyCalls()
420 final Call call1 = inCallService.getLastCall(); in testGetCalls() local
421 assertCallState(call1, Call.STATE_DIALING); in testGetCalls()
425 assertCallState(call1, Call.STATE_ACTIVE); in testGetCalls()
429 assertEquals(call1, calls.get(0)); in testGetCalls()
437 assertEquals(call1, calls.get(0)); in testGetCalls()
DBaseTelecomTestWithMockServices.java375 void addConferenceCall(Call call1, Call call2) { in addConferenceCall() argument
384 assertCallConferenceableList(call1, callConfList); in addConferenceCall()
387 callConfList.add(call1); in addConferenceCall()
390 call1.conference(call2); in addConferenceCall()
409 void splitFromConferenceCall(Call call1) { in splitFromConferenceCall() argument
412 call1.splitFromConference(); in splitFromConferenceCall()