Home
last modified time | relevance | path

Searched refs:getLocalCallCount (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceTest.java98 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in doNotTestCallWithoutThirdPartyApp()
113 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in doNotTestCallWithCompanionApps()
122 int currentCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in addAndVerifyNewIncomingCallInCarMode()
168 return mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in assertCallCount()
DNonUiInCallServiceTest.java70 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablement()
105 0, controlInterface.getLocalCallCount()); in testNullBinding()
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java38 public int getLocalCallCount() {
39 return CtsThirdPartyInCallService.getLocalCallCount();
DCtsThirdPartyInCallService.java122 public static int getLocalCallCount() { in getLocalCallCount() method in CtsThirdPartyInCallService
/cts/tests/tests/telecom/Api29InCallServiceTestApp/src/android/telecom/cts/api29incallservice/
DCtsApi29InCallServiceControl.java42 public int getLocalCallCount() {
43 return CtsApi29InCallService.getLocalCallCount();
DCtsApi29InCallService.java83 public static int getLocalCallCount() { in getLocalCallCount() method in CtsApi29InCallService
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl25 int getLocalCallCount(); in getLocalCallCount() method
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl22 int getLocalCallCount(); in getLocalCallCount() method