/aosp12/hardware/qcom/gps/msm8998/android/ |
H A D | AGnssRil.cpp | 40 static bool sendConnectionEvent(const bool connected, const int8_t type); 54 sendConnectionEvent(connected, (int8_t)type); in updateNetworkState() 91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/ |
H A D | AGnssRil.cpp | 40 static bool sendConnectionEvent(const bool connected, const int8_t type); 54 sendConnectionEvent(connected, (int8_t)type); in updateNetworkState() 91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function
|
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 1020 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) { in sendConnectionEvent() function 1059 sendConnectionEvent((connected != 0) ? true : false, in loc_agps_ril_update_network_state()
|
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 1020 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) { in sendConnectionEvent() function 1059 sendConnectionEvent((connected != 0) ? true : false, in loc_agps_ril_update_network_state()
|
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 174 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function 1065 sendConnectionEvent((connected != 0) ? true : false, type); in loc_agps_ril_update_network_state()
|
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 1025 static inline bool sendConnectionEvent(const bool connected, const int32_t type) { in sendConnectionEvent() function 1065 sendConnectionEvent((connected != 0) ? true : false, type); in loc_agps_ril_update_network_state()
|
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 173 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() function 1066 sendConnectionEvent((connected != 0) ? true : false, type); in loc_agps_ril_update_network_state()
|
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/ |
H A D | TestTelephonyConnection.java | 207 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in TestTelephonyConnection
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | BasicCallTests.java | 760 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, null); in testSendConnectionEventNull() 781 mConnectionServiceFixtureA.sendConnectionEvent(ids.mConnectionId, TEST_EVENT, testBundle); in testSendConnectionEventNotNull()
|
H A D | ConnectionServiceFixture.java | 691 public void sendConnectionEvent(String id, String event, Bundle extras) throws Exception { in sendConnectionEvent() method in ConnectionServiceFixture
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnection.java | 3277 sendConnectionEvent(event, extras); in sendTelephonyConnectionEvent() 3546 sendConnectionEvent(Connection.EVENT_DEVICE_TO_DEVICE_MESSAGE, extras); in onMessagesReceived()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | Connection.java | 3836 public void sendConnectionEvent(String event, Bundle extras) { in sendConnectionEvent() method in Connection
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39888 method public void sendConnectionEvent(String, android.os.Bundle);
|