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.java62 public int getCallCount() {
63 return CtsCarModeInCallService.getInstance().getCallCount();
DCtsCarModeInCallService.java87 public int getCallCount() { in getCallCount() method in CtsCarModeInCallService
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java198 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeAndBack()
247 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeMultiple()
282 callCount = control.getCallCount(); in assertCarModeCallCount()
DBaseTelecomTestWithMockServices.java449 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewFailedIncomingCall()
475 mInCallCallbacks.getService().getCallCount()); in addAndVerifyNewFailedIncomingCall()
486 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewIncomingCall()
506 mInCallCallbacks.getService().getCallCount()); in addAndVerifyNewIncomingCall()
526 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection()
565 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall()
598 mInCallCallbacks.getService().getCallCount()); in placeAndVerifyCall()
623 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall()
1035 return inCallService.getCallCount(); in assertNumCalls()
DMockInCallService.java307 public int getCallCount() { in getCallCount() method in MockInCallService
DThirdPartyCallScreeningServiceTest.java327 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testNoPostCallActivityWhenAudioProcessing()
DExtendedInCallServiceTest.java593 assertEquals("InCallService should have 2 calls", 2, inCallService.getCallCount()); in testCanAddCall_CannotAddIfTooManyCalls()
/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl23 int getCallCount(); in getCallCount() method
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java406 return mWriteCallCounter.getCallCount(); in getWriteCallCount()
519 int creates = mCreateActivityCallCounter.getCallCount(); in finishActivity()
532 return mDestroyActivityCallCounter.getCallCount(); in getActivityDestroyCallbackCallCount()
541 return mCreateActivityCallCounter.getCallCount(); in getActivityCreateCallbackCallCount()
1010 int getCallCount() { in getCallCount() method in CallCounter
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DUidAtomTests.java977 calls.getCallCount() > 0); in testBinderStats()