Home
last modified time | relevance | path

Searched refs:CtsSelfManagedConnectionService (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java79 CtsSelfManagedConnectionService connectionService = in tearDown()
80 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
240 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addAndVerifyIncomingCall()
291 CtsSelfManagedConnectionService.waitForBinding(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
292 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
293 CtsSelfManagedConnectionService.CREATE_OUTGOING_CONNECTION_FAILED_LOCK)); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
376 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifyOutgoingCall()
517 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
518 CtsSelfManagedConnectionService.FOCUS_GAINED_LOCK)); in testSelfManagedConnectionServiceGainedFocus()
534 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
[all …]
DHandoverTest.java57 CtsSelfManagedConnectionService connectionService = in tearDown()
58 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
138 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testOutgoingHandoverRequestValid()
144 CtsSelfManagedConnectionService.getConnectionService() in testOutgoingHandoverRequestValid()
180 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testIncomingHandoverRequestValid()
186 CtsSelfManagedConnectionService.getConnectionService() in testIncomingHandoverRequestValid()
DCtsSelfManagedConnectionService.java40 public class CtsSelfManagedConnectionService extends ConnectionService { class
51 private static CtsSelfManagedConnectionService sConnectionService;
73 public static CtsSelfManagedConnectionService getConnectionService() { in getConnectionService()
77 public CtsSelfManagedConnectionService() throws Exception { in CtsSelfManagedConnectionService() method in CtsSelfManagedConnectionService
DSelfManagedConnectionTest.java148 CtsSelfManagedConnectionService connectionService = in tearDown()
149 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
354 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifySelfManagedCall()
DConnectionServiceTest.java233 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
234 CtsSelfManagedConnectionService.FOCUS_GAINED_LOCK)); in testConnectionServiceFocusGainedWithDifferentConnectionService()
250 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addIncomingSelfManagedCall()
DTestUtils.java625 if (!CtsSelfManagedConnectionService.waitForBinding()) { in waitForAndGetConnection()
628 CtsSelfManagedConnectionService connectionService = in waitForAndGetConnection()
629 CtsSelfManagedConnectionService.getConnectionService(); in waitForAndGetConnection()
631 CtsSelfManagedConnectionService.CONNECTION_CREATED_LOCK)); in waitForAndGetConnection()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DCtsSelfManagedConnectionService.java15 public class CtsSelfManagedConnectionService extends ConnectionService { class
28 private static CtsSelfManagedConnectionService sConnectionService;
35 public static CtsSelfManagedConnectionService getConnectionService() { in getConnectionService()
39 public static CtsSelfManagedConnectionService waitForAndGetConnectionService() { in waitForAndGetConnectionService()
49 public CtsSelfManagedConnectionService() throws Exception { in CtsSelfManagedConnectionService() method in CtsSelfManagedConnectionService
DSelfManagedIncomingCallTestActivity.java210 CtsSelfManagedConnectionService ctsSelfConnSvr = in cleanupConnectionServices()
211 CtsSelfManagedConnectionService.getConnectionService(); in cleanupConnectionServices()
DPhoneAccountUtils.java75 CtsSelfManagedConnectionService.class.getName()),
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java103 CtsSelfManagedConnectionService connectionService = in tearDown()
104 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
/cts/tests/tests/telecom/
DAndroid.bp83 "src/android/telecom/cts/CtsSelfManagedConnectionService.java",
122 "src/android/telecom/cts/CtsSelfManagedConnectionService.java",