Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIInCallService.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl110 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java108 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method
150 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase
1216 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection
1218 l.onConnectionEvent(event, extras); in onConnectionEvent()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java343 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder
646 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
DConnectionServiceAdapter.java565 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
569 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
DRemoteConnection.java235 public void onConnectionEvent(RemoteConnection connection, String event, Bundle extras) {} in onConnectionEvent() method in RemoteConnection.Callback
1503 void onConnectionEvent(final String event, final Bundle extras) { in onConnectionEvent() method in RemoteConnection
1510 callback.onConnectionEvent(connection, event, extras); in onConnectionEvent()
DConference.java71 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener
1096 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
DRemoteConnectionService.java418 public void onConnectionEvent(String callId, String event, Bundle extras,
421 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
DConnectionServiceAdapterServant.java298 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
582 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
DCall.java1182 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
2396 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
DConnectionService.java1284 public void onConnectionEvent(Conference c, String event, Bundle extras) {
1287 mAdapter.onConnectionEvent(id, event, extras);
1456 public void onConnectionEvent(Connection connection, String event, Bundle extras) {
1459 mAdapter.onConnectionEvent(id, event, extras);
DConnection.java898 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
3362 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1073 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged()
1365 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart()
1373 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); in handleMergeComplete()
DImsPhoneCallTracker.java2556 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null);
2650 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null);
2841 conn.onConnectionEvent(
2867 conn.onConnectionEvent(
3952 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled()
3955 conn.onConnectionEvent( in maybeNotifyDataDisabled()
4193 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null); in onCallHoldReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java701 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
708 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt70472 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str…
70826 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L…
70964 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang…
71375 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V
104252 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S…
104327 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava…
104457 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava…
104490 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
/frameworks/base/api/
Dcurrent.txt43026 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
43484 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
43677 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);