Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl59 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl121 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java125 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()
DGsmCdmaCallTracker.java1540 connection.onConnectionEvent( in handleMessage()
1544 connection.onConnectionEvent( in handleMessage()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java458 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
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()
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()
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()
DRemoteConnectionService.java449 public void onConnectionEvent(String callId, String event, Bundle extras,
452 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
DConnectionServiceAdapterServant.java315 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
636 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
DCall.java1426 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
2843 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
DConnection.java1269 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
4023 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
DConnectionService.java1999 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/
DImsPhoneConnection.java1252 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()
DImsPhoneCallTracker.java3735 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/
DImsPhoneCallTrackerTest.java1399 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt51030 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/
Dcurrent.txt42317 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);