Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnectionServiceTest.java69 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
274 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
412 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
428 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
440 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
463 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testRingCallLimitForOnePhoneAccount()
493 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testCallLimit()
532 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in DONOTtestEmergencyCallOngoing()
DHandoverTest.java57 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
143 CtsSelfManagedConnectionService.getConnectionService() in testOutgoingHandoverRequestValid()
185 CtsSelfManagedConnectionService.getConnectionService() in testIncomingHandoverRequestValid()
DCtsSelfManagedConnectionService.java73 public static CtsSelfManagedConnectionService getConnectionService() { in getConnectionService() method in CtsSelfManagedConnectionService
DConnectionServiceTest.java187 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTestUtils.java391 CtsSelfManagedConnectionService.getConnectionService(); in waitForAndGetConnection()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DSelfManagedIncomingCallTestActivity.java181 if (CtsConnectionService.getConnectionService() != null) { in onCreate()
199 CtsSelfManagedConnectionService.getConnectionService(); in cleanupConnectionServices()
209 CtsConnectionService.getConnectionService(); in cleanupConnectionServices()
DOutgoingCallTestActivity.java134 if (CtsConnectionService.getConnectionService() == null) { in confirmOutgoingCall()
138 CtsConnectionService.getConnectionService().getConnections(); in confirmOutgoingCall()
DIncomingCallTestActivity.java145 if (CtsConnectionService.getConnectionService() == null) { in confirmIncomingCall()
149 CtsConnectionService.getConnectionService().getConnections(); in confirmIncomingCall()
DCtsSelfManagedConnectionService.java35 public static CtsSelfManagedConnectionService getConnectionService() { in getConnectionService() method in CtsSelfManagedConnectionService
DCtsConnectionService.java55 public static CtsConnectionService getConnectionService() { in getConnectionService() method in CtsConnectionService
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallServiceTest.java95 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()