Searched refs:getCallCount (Results 1 – 11 of 11) sorted by relevance
25 int getCallCount(); in getCallCount() method
70 public int getCallCount() {72 return CtsCarModeInCallService.getInstance().getCallCount();
99 public int getCallCount() { in getCallCount() method in CtsCarModeInCallService
401 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeAndBack()456 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToCarModeMultiple()524 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToAutomotiveProjectionAndBack()577 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testSwitchToAutomotiveProjectionMultiple()
203 callCount = control.getCallCount(); in assertCarModeCallCount()712 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewFailedIncomingCall()734 mInCallCallbacks.getService().getCallCount()); in addAndVerifyNewFailedIncomingCall()750 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addNewIncomingCall()774 mInCallCallbacks.getService().getCallCount()); in verifyNewIncomingCall()794 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection()841 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall()905 mInCallCallbacks.getService().getCallCount()); in placeAndVerifyCall()924 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall()1460 return inCallService.getCallCount();[all …]
369 public int getCallCount() { in getCallCount() method in MockInCallService
332 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testNoPostCallActivityWhenAudioProcessing()
788 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
97 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()
175 public int getCallCount() { in getCallCount() method in InCallServiceStateValidator