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

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 226 sendConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
228 sendConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
393 sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, null);
408 sendConnectionEvent(TelephonyManager.EVENT_HANDOVER_TO_WIFI_FAILED, null);
419 sendConnectionEvent(event, extras);
    [all...]
TelephonyConnectionService.java     [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc.cpp 1020 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) {
1059 sendConnectionEvent((connected != 0) ? true : false,
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp 173 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) {
1066 sendConnectionEvent((connected != 0) ? true : false,
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionTest.java 328 * Tests that the {@link Connection#sendConnectionEvent(String, Bundle)} method exists and can
342 connection.sendConnectionEvent("test", null);
CallDetailsTest.java 597 * {@link Connection#sendConnectionEvent(String, Bundle)} to
608 mConnection.sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, testBundle);
RemoteConnectionTest.java 562 * {@link Connection#sendConnectionEvent(String, Bundle)} notification.
586 mRemoteConnection.sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, extras);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 637 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
646 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null);
652 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
666 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle);
    [all...]
ConnectionServiceFixture.java 609 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception {
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 486 * {@link #sendConnectionEvent(String, Bundle)}.
495 * {@link #sendConnectionEvent(String, Bundle)}.
511 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
520 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
529 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
539 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 729 milliseconds