/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallService.aidl | 59 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
|
H A D | IConnectionServiceAdapter.aidl | 121 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallService.java | 453 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 D | RemoteConnection.java | 238 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 D | Conference.java | 73 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 D | ConnectionServiceAdapter.java | 620 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 D | RemoteConnectionService.java | 447 public void onConnectionEvent(String callId, String event, Bundle extras, 450 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
|
H A D | ConnectionServiceAdapterServant.java | 315 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2, 636 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
|
H A D | Call.java | 1489 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 D | Connection.java | 1285 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 D | ConnectionService.java | 1997 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 51673 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 D | current.txt | 42024 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);
|