Home
last modified time | relevance | path

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

/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java121 assertTrue(SelfManagedAwareInCallService.waitForBinding()); in testInCallServiceOutgoing()
145 assertTrue(SelfManagedAwareInCallService.waitForBinding()); in testInCallServiceIncoming()
168 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.java137 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testOutgoingHandoverRequestValid()
179 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testIncomingHandoverRequestValid()
DSelfManagedConnectionServiceTest.java239 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addAndVerifyIncomingCall()
290 CtsSelfManagedConnectionService.waitForBinding(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
375 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifyOutgoingCall()
624 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testDisconnectSelfManagedCallForEmergency()
DCtsSelfManagedConnectionService.java210 public static boolean waitForBinding() { in waitForBinding() method in CtsSelfManagedConnectionService
DConnectionServiceTest.java243 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addIncomingSelfManagedCall()
DTestUtils.java537 if (!CtsSelfManagedConnectionService.waitForBinding()) { in waitForAndGetConnection()