Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java203 sendConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
205 sendConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBasicCallTests.java622 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull()
642 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
DConnectionServiceFixture.java519 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture