Searched refs:assertNumCalls (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ConnectionServiceTest.java | 71 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()
|
D | ThirdPartyCallScreeningServiceTest.java | 391 assertNumCalls(mInCallCallbacks.getService(), 0); in placeOutgoingCall() 419 assertNumCalls(mInCallCallbacks.getService(), 0); in addIncoming()
|
D | BaseTelecomTestWithMockServices.java | 895 assertNumCalls(mInCallCallbacks.getService(), 0); in cleanupCalls() 1027 void assertNumCalls(final MockInCallService inCallService, final int numCalls) { in assertNumCalls() method in BaseTelecomTestWithMockServices
|
D | ExtendedInCallServiceTest.java | 64 assertNumCalls(inCallService, 0); in testAddNewOutgoingCallAndThenDisconnect()
|