Searched refs:getCommunicator (Results 1 – 3 of 3) sorted by relevance
79 assertNotNull(c.getCommunicator()); in testSetupCommunicator()94 assertNull(c.getCommunicator()); in testDoNotSetupCommunicatorWhenDisabled()109 assertNull(c.getCommunicator()); in testDoNotSetupCommunicatorForNonIms()130 assertNull(c.getCommunicator()); in testDoNotSetupCommunicatorNoTransports()148 assertNotNull(c.getCommunicator()); in testSetupRtpOnly()149 assertEquals(1, c.getCommunicator().getTransportProtocols().size()); in testSetupRtpOnly()150 assertTrue(c.getCommunicator().getTransportProtocols() in testSetupRtpOnly()186 assertNotNull(c.getCommunicator()); in testSetupDtmfOnly()187 assertEquals(1, c.getCommunicator().getTransportProtocols().size()); in testSetupDtmfOnly()188 assertTrue(c.getCommunicator().getTransportProtocols() in testSetupDtmfOnly()
4358 Communicator c = tc.getCommunicator(); in sendTestDeviceToDeviceMessage()4378 Communicator c = tc.getCommunicator(); in setActiveDeviceToDeviceTransport()
3597 public @Nullable Communicator getCommunicator() { in getCommunicator() method in TelephonyConnection