Searched refs:getLocalCallCount (Results 1 – 8 of 8) sorted by relevance
40 public int getLocalCallCount() {41 return CtsThirdPartyInCallService.getLocalCallCount();
140 public static int getLocalCallCount() { in getLocalCallCount() method in CtsThirdPartyInCallService
42 public int getLocalCallCount() {43 return CtsApi29InCallService.getLocalCallCount();
91 public static int getLocalCallCount() { in getLocalCallCount() method in CtsApi29InCallService
94 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithoutAppOpsPermission()109 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithAppOpsPermission()135 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testExtrasPropagation()209 return mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in assertCallCount()
77 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablement()159 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablementWithNoneAvailableAtStart()215 0, controlInterface.getLocalCallCount()); in testNullBinding()
22 int getLocalCallCount(); in getLocalCallCount() method
25 int getLocalCallCount(); in getLocalCallCount() method