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.java79 CtsSelfManagedConnectionService.getConnectionService(); in tearDown()
291 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testDisallowOutgoingCallWhileOngoingManagedCallCanNotBeHeld()
516 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceGainedFocus()
533 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
545 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testSelfManagedConnectionServiceLostFocus()
569 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testRingCallLimitForOnePhoneAccount()
601 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testCallLimit()
673 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingNewOutgoingCall()
700 CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testEmergencyCallOngoingIncomingCall()
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.java230 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate( in testConnectionServiceFocusGainedWithDifferentConnectionService()
DTestUtils.java541 CtsSelfManagedConnectionService.getConnectionService(); in waitForAndGetConnection()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
DOutgoingCallTestActivity.java142 if (CtsConnectionService.getConnectionService() == null) { in confirmOutgoingCall()
146 CtsConnectionService.getConnectionService().getConnections(); in confirmOutgoingCall()
DIncomingCallTestActivity.java154 if (CtsConnectionService.getConnectionService() == null) { in confirmIncomingCall()
158 CtsConnectionService.getConnectionService().getConnections(); in confirmIncomingCall()
DSelfManagedIncomingCallTestActivity.java211 CtsSelfManagedConnectionService.getConnectionService(); in cleanupConnectionServices()
221 CtsConnectionService.getConnectionService(); in cleanupConnectionServices()
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()