Searched refs:getCommunicator (Results 1 – 3 of 3) sorted by relevance
63 assertNotNull(c.getCommunicator()); in testSetupCommunicator()78 assertNull(c.getCommunicator()); in testDoNotSetupCommunicatorWhenDisabled()93 assertNull(c.getCommunicator()); in testDoNotSetupCommunicatorForNonIms()114 assertNull(c.getCommunicator()); in testDoNotSetupCommunicatorNoTransports()132 assertNotNull(c.getCommunicator()); in testSetupRtpOnly()133 assertEquals(1, c.getCommunicator().getTransportProtocols().size()); in testSetupRtpOnly()134 assertTrue(c.getCommunicator().getTransportProtocols() in testSetupRtpOnly()170 assertNotNull(c.getCommunicator()); in testSetupDtmfOnly()171 assertEquals(1, c.getCommunicator().getTransportProtocols().size()); in testSetupDtmfOnly()172 assertTrue(c.getCommunicator().getTransportProtocols() in testSetupDtmfOnly()
2520 Communicator c = tc.getCommunicator(); in sendTestDeviceToDeviceMessage()2542 Communicator c = tc.getCommunicator(); in setActiveDeviceToDeviceTransport()
3494 public @Nullable Communicator getCommunicator() { in getCommunicator() method in TelephonyConnection