Home
last modified time | relevance | path

Searched refs:getAllConnectionsFromTelecom (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionServiceTest.java331 CtsConnectionService.getAllConnectionsFromTelecom(); in testGetAllConnections()
346 connections = CtsConnectionService.getAllConnectionsFromTelecom(); in testGetAllConnections()
353 connections = CtsConnectionService.getAllConnectionsFromTelecom(); in testGetAllConnections()
DCtsConnectionService.java199 public static Collection<Connection> getAllConnectionsFromTelecom() { in getAllConnectionsFromTelecom() method in CtsConnectionService
DIncomingCallTest.java107 Collection<Connection> connections = CtsConnectionService.getAllConnectionsFromTelecom(); in testAddNewIncomingCall_CorrectPhoneAccountHandle()
DBaseTelecomTestWithMockServices.java636 return CtsConnectionService.getAllConnectionsFromTelecom().size(); in getNumberOfConnections()
640 return CtsConnectionService.getAllConnectionsFromTelecom().stream() in getConnection()
1069 .getAllConnectionsFromTelecom() in assertCSConnections()