Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java74 assertNumCalls(mInCallCallbacks.getService(), 2); in testAddExistingConnection()
103 assertNumCalls(mInCallCallbacks.getService(), 1); in testAddExistingConnection_invalidPhoneAccountPackageName()
126 assertNumCalls(mInCallCallbacks.getService(), 1); in testAddExistingConnection_invalidPhoneAccountAccountId()
279 assertNumCalls(mInCallCallbacks.getService(), 2); in testCallDirectionIncoming()
435 assertNumCalls(mInCallCallbacks.getService(), 2);
473 assertNumCalls(mInCallCallbacks.getService(), 2);
DThirdPartyCallScreeningServiceTest.java389 assertNumCalls(mInCallCallbacks.getService(), 0); in placeOutgoingCall()
422 assertNumCalls(mInCallCallbacks.getService(), 0); in addIncoming()
DExtendedInCallServiceTest.java67 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect()
DBaseTelecomTestWithMockServices.java1081 assertNumCalls(mInCallCallbacks.getService(), 0); in cleanupCalls()
1213 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() method in BaseTelecomTestWithMockServices