Home
last modified time | relevance | path

Searched refs:getCommunicator (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionTest.java63 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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java2520 Communicator c = tc.getCommunicator(); in sendTestDeviceToDeviceMessage()
2542 Communicator c = tc.getCommunicator(); in setActiveDeviceToDeviceTransport()
DTelephonyConnection.java3494 public @Nullable Communicator getCommunicator() { in getCommunicator() method in TelephonyConnection