Searched refs:getCallCount (Results 1 – 10 of 10) sorted by relevance
64 public int getCallCount() {66 return CtsCarModeInCallService.getInstance().getCallCount();
96 public int getCallCount() { in getCallCount() method in CtsCarModeInCallService
23 int getCallCount(); in getCallCount() method
376 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()
184 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()
311 public int getCallCount() { in getCallCount() method in MockInCallService
327 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testNoPostCallActivityWhenAudioProcessing()
655 assertEquals("InCallService should have 2 calls", 2, inCallService.getCallCount()); in testCanAddCall_CannotAddIfTooManyCalls()
394 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
96 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()