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.java71 assertNumCalls(mInCallCallbacks.getService(), 2); in testAddExistingConnection()
100 assertNumCalls(mInCallCallbacks.getService(), 1); in testAddExistingConnection_invalidPhoneAccountPackageName()
123 assertNumCalls(mInCallCallbacks.getService(), 1); in testAddExistingConnection_invalidPhoneAccountAccountId()
272 assertNumCalls(mInCallCallbacks.getService(), 2); in testCallDirectionIncoming()
306 assertNumCalls(mInCallCallbacks.getService(), 2); in testCallDirectionOutgoing()
344 assertNumCalls(mInCallCallbacks.getService(), 2); in testGetAllConnections()
DThirdPartyCallScreeningServiceTest.java391 assertNumCalls(mInCallCallbacks.getService(), 0); in placeOutgoingCall()
419 assertNumCalls(mInCallCallbacks.getService(), 0); in addIncoming()
DBaseTelecomTestWithMockServices.java895 assertNumCalls(mInCallCallbacks.getService(), 0); in cleanupCalls()
1027 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() method in BaseTelecomTestWithMockServices
DExtendedInCallServiceTest.java64 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect()