Searched refs:sendConnectionEvent (Results 1 – 3 of 3) sorted by relevance
203 sendConnectionEvent(EVENT_ON_HOLD_TONE_START, null);205 sendConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
622 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull()642 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
519 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture