Searched refs:getCallCount (Results 1 – 10 of 10) sorted by relevance
62 public int getCallCount() {63 return CtsCarModeInCallService.getInstance().getCallCount();
87 public int getCallCount() { in getCallCount() method in CtsCarModeInCallService
198 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeAndBack()247 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeMultiple()282 callCount = control.getCallCount(); in assertCarModeCallCount()
449 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()
307 public int getCallCount() { in getCallCount() method in MockInCallService
327 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testNoPostCallActivityWhenAudioProcessing()
593 assertEquals("InCallService should have 2 calls", 2, inCallService.getCallCount()); in testCanAddCall_CannotAddIfTooManyCalls()
23 int getCallCount(); in getCallCount() method
406 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
977 calls.getCallCount() > 0); in testBinderStats()