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.java552 CtsConnectionService.getAllConnectionsFromTelecom();
567 connections = CtsConnectionService.getAllConnectionsFromTelecom();
574 connections = CtsConnectionService.getAllConnectionsFromTelecom();
DCtsConnectionService.java239 public static Collection<Connection> getAllConnectionsFromTelecom() { in getAllConnectionsFromTelecom() method in CtsConnectionService
DBaseTelecomTestWithMockServices.java946 return CtsConnectionService.getAllConnectionsFromTelecom().size(); in getNumberOfConnections()
950 return CtsConnectionService.getAllConnectionsFromTelecom().stream() in getNumberOfActiveConnections()
956 return CtsConnectionService.getAllConnectionsFromTelecom().stream() in getConnection()
1527 .getAllConnectionsFromTelecom()
DIncomingCallTest.java132 Collection<Connection> connections = CtsConnectionService.getAllConnectionsFromTelecom(); in testAddNewIncomingCall_CorrectPhoneAccountHandle()