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()
82 assertNumCalls(mInCallCallbacks.getService(), 2); in testGetAllConnections()
DBaseTelecomTestWithMockServices.java505 assertNumCalls(mInCallCallbacks.getService(), 0); in cleanupCalls()
538 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() method in BaseTelecomTestWithMockServices
DExtendedInCallServiceTest.java61 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect()