Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/aidl/android/telecom/cts/carmodetestapp/
DICtsCarModeInCallServiceControl.aidl25 int getCallCount(); in getCallCount() method
/cts/tests/tests/telecom/src/android/telecom/cts/carmodetestapp/
DCtsCarModeInCallServiceControl.java70 public int getCallCount() {
72 return CtsCarModeInCallService.getInstance().getCallCount();
DCtsCarModeInCallService.java99 public int getCallCount() { in getCallCount() method in CtsCarModeInCallService
/cts/tests/tests/telecom/src/android/telecom/cts/
DCarModeInCallServiceTest.java401 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()
DBaseTelecomTestWithMockServices.java203 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 …]
DMockInCallService.java369 public int getCallCount() { in getCallCount() method in MockInCallService
DThirdPartyCallScreeningServiceTest.java332 assertEquals(1, mInCallCallbacks.getService().getCallCount()); in testNoPostCallActivityWhenAudioProcessing()
DExtendedInCallServiceTest.java788 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.java97 assertThat(calls.getCallCount()).isGreaterThan(0L); in testBinderStats()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DInCallServiceStateValidator.java175 public int getCallCount() { in getCallCount() method in InCallServiceStateValidator