Home
last modified time | relevance | path

Searched refs:waitForBinding (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java55 public static boolean waitForBinding() { in waitForBinding() method in ConnectionServiceCallController
56 return CtsSelfManagedConnectionService.waitForBinding(); in waitForBinding()
132 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeIncomingCall()
DCtsSelfManagedConnectionServiceControl.java55 public boolean waitForBinding() {
56 return CtsSelfManagedConnectionService.waitForBinding();
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java130 assertTrue(SelfManagedAwareInCallService.waitForBinding()); in testInCallServiceOutgoing()
154 assertTrue(SelfManagedAwareInCallService.waitForBinding()); in testInCallServiceIncoming()
177 assertTrue(SelfManagedAwareInCallService.waitForBinding()); in testSelfManagedSignalling()
DSelfManagedAwareInCallService.java146 public static boolean waitForBinding() { in waitForBinding() method in SelfManagedAwareInCallService
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl25 boolean waitForBinding(); in waitForBinding() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DHandoverTest.java151 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testOutgoingHandoverRequestValid()
194 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testIncomingHandoverRequestValid()
DSelfManagedConnectionServiceTest.java382 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addAndVerifyIncomingCall()
438 CtsSelfManagedConnectionService.waitForBinding(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
460 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testOutgoingCallRejectedByRemoteParty()
546 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testVideoCallStateDowngradeToAudio()
655 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifyOutgoingCall()
1245 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testDisconnectSelfManagedCallForEmergency()
1544 assertTrue(conn.getInterface().waitForBinding()); in testManagedCallWhileNoHoldCapabilitySelfMaganedCallActive()
1770 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeSelfManagedCallAndGetConnection()
1821 if (!serviceControl.waitForBinding()) { in placeSelfManagedCallOnTestApp()
DSelfManagedConnectionTest.java381 if (!serviceControl.waitForBinding()) { in placeIncomingVideoCallOnTestApp()
441 if (!selfManagedCSControl.waitForBinding()) { in testIncomingVideoCallWithNoVideoSupportInCarMode()
705 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifySelfManagedCall()
DCtsSelfManagedConnectionService.java208 public static boolean waitForBinding() { in waitForBinding() method in CtsSelfManagedConnectionService
DNonUiInCallServiceTest.java143 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testMidCallComponentEnablementWithNoneAvailableAtStart()
DDefaultPhoneAccountTest.java369 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifySelfManagedCall()
DConnectionServiceTest.java266 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addIncomingSelfManagedCall()
DTestUtils.java805 if (!CtsSelfManagedConnectionService.waitForBinding()) { in waitForAndGetConnection()