Home
last modified time | relevance | path

Searched defs:currentCallCount (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DNonUiInCallServiceTest.java206 int currentCallCount = addNewIncomingCall(createTestNumber(), new Bundle()); in testNullBinding() local
DBaseTelecomTestWithMockServices.java710 int currentCallCount = 0; in addAndVerifyNewFailedIncomingCall() local
742 int currentCallCount = addNewIncomingCall(incomingHandle, extras); in addAndVerifyNewIncomingCall() local
748 int currentCallCount = 0; in addNewIncomingCall() local
762 void verifyNewIncomingCall(int currentCallCount) { in verifyNewIncomingCall()
794 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection() local
841 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall() local
924 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall() local
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DBaseAppVerifierImpl.java220 int currentCallCount = mVerifierMethods.getCurrentCallCount(); in addCallAndVerify() local