HomeSort by relevance Sort by last modified time
    Searched refs:sendConnectionEvent (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 203 sendConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
205 sendConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 519 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception {
BasicCallTests.java 613 * Tests the {@link Connection#sendConnectionEvent(String)} API.
622 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null);
628 * Tests the {@link Connection#sendConnectionEvent(String)} API.
642 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 370 * {@link #sendConnectionEvent(String)}.
379 * {@link #sendConnectionEvent(String)}.
    [all...]

Completed in 202 milliseconds