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.java273 currentCallCount = mInCallCallbacks.getService().getCallCount(); in addAndVerifyNewIncomingCall()
293 mInCallCallbacks.getService().getCallCount()); in addAndVerifyNewIncomingCall()
330 currentCallCount = mInCallCallbacks.getService().getCallCount(); in placeAndVerifyCall()
346 mInCallCallbacks.getService().getCallCount()); in placeAndVerifyCall()
546 return inCallService.getCallCount(); in assertNumCalls()
DMockInCallService.java244 public int getCallCount() { in getCallCount() method in MockInCallService
DExtendedInCallServiceTest.java384 assertEquals("InCallService should have 2 calls", 2, inCallService.getCallCount()); in testCanAddCall_CannotAddIfTooManyCalls()
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java273 return mWriteCallCounter.getCallCount(); in getWriteCallCount()
359 return sDestroyActivityCallCounter.getCallCount(); in getActivityDestroyCallbackCallCount()
368 return sCreateActivityCallCounter.getCallCount(); in getActivityCreateCallbackCallCount()
743 public int getCallCount() { in getCallCount() method in BasePrintTest.CallCounter