Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java239 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewIncomingCall()
258 mInCallCallbacks.getService().getCallCount()); in addAndVerifyNewIncomingCall()
295 currentCallCount = mInCallCallbacks.getService().getCallCount(); in placeAndVerifyCall()
309 mInCallCallbacks.getService().getCallCount()); in placeAndVerifyCall()
495 return inCallService.getCallCount(); in assertNumCalls()
DMockInCallService.java233 public int getCallCount() { in getCallCount() method in MockInCallService
DExtendedInCallServiceTest.java312 assertEquals("InCallService should have 2 calls", 2, inCallService.getCallCount()); in testCanAddCall_CannotAddIfTooManyCalls()
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java219 return mWriteCallCounter.getCallCount(); in getWriteCallCount()
518 public int getCallCount() { in getCallCount() method in BasePrintTest.CallCounter