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

  /hardware/qcom/gps/msm8998/android/
AGnssRil.cpp 40 static bool sendConnectionEvent(const bool connected, const int8_t type);
54 sendConnectionEvent(connected, (int8_t)type);
91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) {
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TestTelephonyConnection.java 105 public void sendConnectionEvent(String event, Bundle extras) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 224 sendConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
226 sendConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
256 sendConnectionEvent(TelephonyManager.EVENT_CALL_FORWARDED, null);
274 sendConnectionEvent(TelephonyManager.EVENT_SUPPLEMENTARY_SERVICE_NOTIFICATION, extras);
504 sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, null);
519 sendConnectionEvent(TelephonyManager.EVENT_HANDOVER_TO_WIFI_FAILED, null);
530 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/msm8909/loc_api/libloc_api_50001/
loc.cpp 1027 static inline bool sendConnectionEvent(const bool connected, const int32_t type) {
1067 sendConnectionEvent((connected != 0) ? true : false, type);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc.cpp 174 static inline bool sendConnectionEvent(const bool connected, const int8_t type) {
1067 sendConnectionEvent((connected != 0) ? true : false, type);
  /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 595 * {@link Connection#sendConnectionEvent(String, Bundle)} to
606 mConnection.sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, testBundle);
RemoteConnectionTest.java 563 * {@link Connection#sendConnectionEvent(String, Bundle)} notification.
587 mRemoteConnection.sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, extras);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java 693 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
703 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null)
    [all...]
ConnectionServiceFixture.java 635 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception {
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 496 * {@link #sendConnectionEvent(String, Bundle)}.
505 * {@link #sendConnectionEvent(String, Bundle)}.
521 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
530 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
539 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
549 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 896 milliseconds