Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java55 assertNumCalls(mInCallCallbacks.getService(), 2); in testAddExistingConnection()
81 assertNumCalls(mInCallCallbacks.getService(), 2); in testGetAllConnections()
DBaseTelecomTestWithMockServices.java454 assertNumCalls(mInCallCallbacks.getService(), 0); in cleanupCalls()
487 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() method in BaseTelecomTestWithMockServices
DExtendedInCallServiceTest.java57 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect()