Home
last modified time | relevance | path

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

/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/src/android/telecom/cts/
DHandoverTest.java138 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testOutgoingHandoverRequestValid()
180 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testIncomingHandoverRequestValid()
DSelfManagedConnectionServiceTest.java240 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addAndVerifyIncomingCall()
291 CtsSelfManagedConnectionService.waitForBinding(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
376 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifyOutgoingCall()
626 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testDisconnectSelfManagedCallForEmergency()
DCtsSelfManagedConnectionService.java210 public static boolean waitForBinding() { in waitForBinding() method in CtsSelfManagedConnectionService
DSelfManagedConnectionTest.java354 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifySelfManagedCall()
DConnectionServiceTest.java250 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addIncomingSelfManagedCall()
DTestUtils.java625 if (!CtsSelfManagedConnectionService.waitForBinding()) { in waitForAndGetConnection()