/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IInCallService.aidl | 59 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
|
D | IConnectionServiceAdapter.aidl | 121 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | Connection.java | 125 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method 188 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase 1452 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection 1454 l.onConnectionEvent(event, extras); in onConnectionEvent()
|
D | GsmCdmaCallTracker.java | 1540 connection.onConnectionEvent( in handleMessage() 1544 connection.onConnectionEvent( in handleMessage()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | InCallService.java | 458 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder 827 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
|
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()
|
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()
|
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()
|
D | RemoteConnectionService.java | 449 public void onConnectionEvent(String callId, String event, Bundle extras, 452 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
|
D | ConnectionServiceAdapterServant.java | 315 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2, 636 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
|
D | Call.java | 1426 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback 2843 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
|
D | Connection.java | 1269 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener 4023 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
|
D | ConnectionService.java | 1999 public void onConnectionEvent(Conference c, String event, Bundle extras) { 2002 mAdapter.onConnectionEvent(id, event, extras); 2178 public void onConnectionEvent(Connection connection, String event, Bundle extras) { 2181 mAdapter.onConnectionEvent(id, event, extras);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneConnection.java | 1252 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged() 1693 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart() 1708 onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null); in setRemotelyHeld() 1716 onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null); in setRemotelyUnheld()
|
D | ImsPhoneCallTracker.java | 3735 conn.onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); 3987 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null); 4288 conn.onConnectionEvent( 4314 conn.onConnectionEvent( 4474 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_QUALITY_REPORT, 5664 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled() 5667 conn.onConnectionEvent( in maybeNotifyDataDisabled()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 1399 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers() 1406 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers() 1697 public void onConnectionEvent(String event, Bundle extras) { in testMergeComplete() 1764 verify(mImsPhoneConnection, never()).onConnectionEvent( in testNoHoldErrorMessageWhenCallDisconnected()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 51030 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str… 51377 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L… 51510 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang… 51898 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V 82700 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S… 82773 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava… 82899 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava… 82930 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
|
/frameworks/base/core/api/ |
D | current.txt | 42317 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 42982 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle); 43206 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);
|