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.java68 CtsSelfManagedConnectionService connectionService = in tearDown()
69 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
229 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addAndVerifyIncomingCall()
273 CtsSelfManagedConnectionService.waitForBinding(); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
274 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
275 CtsSelfManagedConnectionService.CREATE_OUTGOING_CONNECTION_FAILED_LOCK)); in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
298 if (!CtsSelfManagedConnectionService.waitForBinding()) { in placeAndVerifyOutgoingCall()
412 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
413 CtsSelfManagedConnectionService.FOCUS_GAINED_LOCK)); in testSelfManagedConnectionServiceGainedFocus()
428 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
[all …]
DHandoverTest.java56 CtsSelfManagedConnectionService connectionService = in tearDown()
57 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
137 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testOutgoingHandoverRequestValid()
143 CtsSelfManagedConnectionService.getConnectionService() in testOutgoingHandoverRequestValid()
179 if (!CtsSelfManagedConnectionService.waitForBinding()) { in testIncomingHandoverRequestValid()
185 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
DConnectionServiceTest.java187 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
188 CtsSelfManagedConnectionService.FOCUS_GAINED_LOCK)); in testConnectionServiceFocusGainedWithDifferentConnectionService()
200 if (!CtsSelfManagedConnectionService.waitForBinding()) { in addIncomingSelfManagedCall()
DTestUtils.java387 if (!CtsSelfManagedConnectionService.waitForBinding()) { in waitForAndGetConnection()
390 CtsSelfManagedConnectionService connectionService = in waitForAndGetConnection()
391 CtsSelfManagedConnectionService.getConnectionService(); in waitForAndGetConnection()
393 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.java160 CtsSelfManagedConnectionService ctsSelfConnSvr = in onCreate()
161 CtsSelfManagedConnectionService.waitForAndGetConnectionService(); in onCreate()
198 CtsSelfManagedConnectionService ctsSelfConnSvr = in cleanupConnectionServices()
199 CtsSelfManagedConnectionService.getConnectionService(); in cleanupConnectionServices()
DPhoneAccountUtils.java66 CtsSelfManagedConnectionService.class.getName()),
/cts/tests/tests/telecom3/
DAndroid.mk33 ../telecom/src/android/telecom/cts/CtsSelfManagedConnectionService.java \
/cts/tests/tests/telecom2/
DAndroid.mk35 ../telecom/src/android/telecom/cts/CtsSelfManagedConnectionService.java \
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java94 CtsSelfManagedConnectionService connectionService = in tearDown()
95 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()