Home
last modified time | relevance | path

Searched refs:currentCallCount (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java447 int currentCallCount = 0; in addAndVerifyNewFailedIncomingCall() local
449 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewFailedIncomingCall()
474 currentCallCount, in addAndVerifyNewFailedIncomingCall()
484 int currentCallCount = 0; in addAndVerifyNewIncomingCall() local
486 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewIncomingCall()
505 currentCallCount + 1, in addAndVerifyNewIncomingCall()
526 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection() local
531 currentCallCount++; in placeAndVerifyCallByRedirection()
534 currentCallCount); in placeAndVerifyCallByRedirection()
565 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall() local
[all …]
DThirdPartyInCallServiceTest.java122 int currentCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in addAndVerifyNewIncomingCallInCarMode() local
129 assertCallCount(currentCallCount + 1); in addAndVerifyNewIncomingCallInCarMode()