Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java336 assertCanAddCall(inCallService, false, in testCanAddCall_CannotAddForExistingDialingCall()
357 assertCanAddCall(inCallService, true, in testCanAddCall_CanAddForExistingActiveCall()
386 assertCanAddCall(inCallService, false, in testCanAddCall_CannotAddIfTooManyCalls()
392 assertCanAddCall(inCallService, false, in testCanAddCall_CannotAddIfTooManyCalls()
547 private void assertCanAddCall(final InCallService inCallService, final boolean canAddCall, in assertCanAddCall() method in ExtendedInCallServiceTest