Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java40 public int getLocalCallCount() {
41 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.java91 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
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java96 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithoutAppOpsPermission()
111 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithAppOpsPermission()
157 return mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in assertCallCount()
DNonUiInCallServiceTest.java69 assertEquals("Call was not sent to incall", 1, controlInterface.getLocalCallCount()); in testMidCallComponentEnablement()
108 0, controlInterface.getLocalCallCount()); in testNullBinding()