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.java79 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()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java4358 Communicator c = tc.getCommunicator(); in sendTestDeviceToDeviceMessage()
4378 Communicator c = tc.getCommunicator(); in setActiveDeviceToDeviceTransport()
DTelephonyConnection.java3597 public @Nullable Communicator getCommunicator() { in getCommunicator() method in TelephonyConnection