Home
last modified time | relevance | path

Searched refs:onConnectionEvent (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.aidl59 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
H A DIConnectionServiceAdapter.aidl121 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java453 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder
822 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
H A DRemoteConnection.java238 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback
1624 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection
1631 callback.onConnectionEvent(connection, event, extras); in onConnectionEvent()
H A DConference.java73 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener
1305 l.onConnectionEvent(this, event, extras); in sendConferenceEvent()
H A DConnectionServiceAdapter.java620 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
624 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
H A DRemoteConnectionService.java447 public void onConnectionEvent(String callId, String event, Bundle extras,
450 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
H A DConnectionServiceAdapterServant.java315 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
636 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
H A DCall.java1489 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
2904 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
H A DConnection.java1285 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
4044 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
H A DConnectionService.java1997 public void onConnectionEvent(Conference c, String event, Bundle extras) {
2000 mAdapter.onConnectionEvent(id, event, extras);
2176 public void onConnectionEvent(Connection connection, String event, Bundle extras) {
2179 mAdapter.onConnectionEvent(id, event, extras);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51673 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str…
52020 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L…
52153 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang…
52541 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V
83343 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S…
83416 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava…
83542 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava…
83573 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt42024 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
42681 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
42901 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);