Home
last modified time | relevance | path

Searched refs:resetLatchForServiceBound (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/src/android/telecom/cts/thirdptyincallservice/
DCtsThirdPartyInCallServiceControl.java45 public void resetLatchForServiceBound(boolean bind) {
46 CtsThirdPartyInCallService.resetLatchForServiceBound(bind);
DCtsThirdPartyInCallService.java110 public static void resetLatchForServiceBound(boolean bind) { in resetLatchForServiceBound() method in CtsThirdPartyInCallService
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/aidl/android/telecom/cts/thirdptyincallservice/
DICtsThirdPartyInCallServiceControl.aidl27 void resetLatchForServiceBound(boolean bind); in resetLatchForServiceBound() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java73 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(false); in setUp()
113 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(true); in testWithAppOpsPermission()
157 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(true); in testExtrasPropagation()
DThirdPartyInCallServiceTest.java58 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(false); in setUp()
DSelfManagedConnectionTest.java229 control.resetLatchForServiceBound(true /* bind */); in testBindToSupportNonUiInCallService()
257 control.resetLatchForServiceBound(true /* bind */); in testBindToSupportDefaultDialerNoCarMode()
284 control.resetLatchForServiceBound(true /* bind */); in testNoBindToUnsupportDefaultDialerNoCarMode()