Home
last modified time | relevance | path

Searched refs:getCallCount (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java64 public int getCallCount() {
66 return CtsCarModeInCallService.getInstance().getCallCount();
DCtsCarModeInCallService.java96 public int getCallCount() { in getCallCount() method in CtsCarModeInCallService
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl23 int getCallCount(); in getCallCount() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java376 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeAndBack()
429 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeMultiple()
493 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToAutomotiveProjectionAndBack()
544 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToAutomotiveProjectionMultiple()
DBaseTelecomTestWithMockServices.java184 callCount = control.getCallCount(); in assertCarModeCallCount()
578 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewFailedIncomingCall()
600 mInCallCallbacks.getService().getCallCount()); in addAndVerifyNewFailedIncomingCall()
616 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addNewIncomingCall()
640 mInCallCallbacks.getService().getCallCount()); in verifyNewIncomingCall()
660 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection()
707 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall()
748 mInCallCallbacks.getService().getCallCount()); in placeAndVerifyCall()
767 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall()
1221 return inCallService.getCallCount(); in assertNumCalls()
DMockInCallService.java311 public int getCallCount() { in getCallCount() method in MockInCallService
DThirdPartyCallScreeningServiceTest.java327 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testNoPostCallActivityWhenAudioProcessing()
DExtendedInCallServiceTest.java655 assertEquals("InCallService should have 2 calls", 2, inCallService.getCallCount()); in testCanAddCall_CannotAddIfTooManyCalls()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java394 return mWriteCallCounter.getCallCount(); in getWriteCallCount()
507 int creates = mCreateActivityCallCounter.getCallCount(); in finishActivity()
520 return mDestroyActivityCallCounter.getCallCount(); in getActivityDestroyCallbackCallCount()
529 return mCreateActivityCallCounter.getCallCount(); in getActivityCreateCallbackCallCount()
846 int getCallCount() { in getCallCount() method in CallCounter
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/binderstats/
DBinderStatsTests.java96 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()