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