HomeSort by relevance Sort by last modified time
    Searched refs:sendConnectionEvent (Results 1 - 14 of 14) 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) {
  /hardware/qcom/gps/sdm845/android/
AGnssRil.cpp 40 static bool sendConnectionEvent(const bool connected, const uint8_t type);
54 sendConnectionEvent(connected, (uint8_t)type);
91 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) {
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 163 sendConnectionEvent(TelephonyManager.EVENT_CALL_FORWARDED, null);
223 sendConnectionEvent(EVENT_ON_HOLD_TONE_START, null);
225 sendConnectionEvent(EVENT_ON_HOLD_TONE_END, null);
390 sendConnectionEvent(Connection.EVENT_CALL_PULL_FAILED, null);
405 sendConnectionEvent(TelephonyManager.EVENT_HANDOVER_TO_WIFI_FAILED, null);
416 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 int8_t type) {
1066 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 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/
ConnectionServiceFixture.java 609 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception {
BasicCallTests.java 660 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
669 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null);
675 * Tests the {@link Connection#sendConnectionEvent(String, Bundle)} API.
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 487 * {@link #sendConnectionEvent(String, Bundle)}.
496 * {@link #sendConnectionEvent(String, Bundle)}.
512 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
521 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
530 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
540 * Sent via {@link #sendConnectionEvent(String, Bundle)}. The {@link Bundle} parameter is
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 846 milliseconds