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.java264 assertCanAddCall(inCallService, false, in testCanAddCall_CannotAddForExistingDialingCall()
285 assertCanAddCall(inCallService, true, in testCanAddCall_CanAddForExistingActiveCall()
314 assertCanAddCall(inCallService, false, in testCanAddCall_CannotAddIfTooManyCalls()
320 assertCanAddCall(inCallService, false, in testCanAddCall_CannotAddIfTooManyCalls()
460 private void assertCanAddCall(final InCallService inCallService, final boolean canAddCall, in assertCanAddCall() method in ExtendedInCallServiceTest