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.java140 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/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java94 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()
DNonUiInCallServiceTest.java77 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()
/cts/tests/tests/telecom/Api29InCallServiceTestApp/aidl/android/telecom/cts/api29incallservice/
DICtsApi29InCallServiceControl.aidl22 int getLocalCallCount(); in getLocalCallCount() method
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl25 int getLocalCallCount(); in getLocalCallCount() method