Home
last modified time | relevance | path

Searched refs:sendConnectionEvent (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTestTelephonyConnection.java140 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in TestTelephonyConnection
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java735 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull()
756 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java677 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java2933 sendConnectionEvent(event, extras); in sendTelephonyConnectionEvent()