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.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras); in onConnectionEvent() method
DIConnectionServiceAdapter.aidl116 void onConnectionEvent(String callId, String event, in Bundle extras, in onConnectionEvent() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java113 public void onConnectionEvent(String event, Bundle extras); in onConnectionEvent() method
155 public void onConnectionEvent(String event, Bundle extras) {} in onConnectionEvent() method in Connection.ListenerBase
1285 public void onConnectionEvent(String event, Bundle extras) { in onConnectionEvent() method in Connection
1287 l.onConnectionEvent(event, extras); in onConnectionEvent()
DGsmCdmaCallTracker.java1471 connection.onConnectionEvent( in handleMessage()
1475 connection.onConnectionEvent( in handleMessage()
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java370 public void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in InCallService.InCallServiceBinder
673 public void onConnectionEvent(Call call, String event, Bundle extras) { in onConnectionEvent() method in InCallService
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()
DConnectionServiceAdapter.java578 void onConnectionEvent(String callId, String event, Bundle extras) { in onConnectionEvent() method in ConnectionServiceAdapter
582 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession()); in onConnectionEvent()
DConference.java74 public void onConnectionEvent(Conference c, String event, Bundle extras) {} in onConnectionEvent() method in Conference.Listener
1237 l.onConnectionEvent(this, event, extras); in sendConferenceEvent()
DRemoteConnectionService.java426 public void onConnectionEvent(String callId, String event, Bundle extras,
429 findConnectionForAction(callId, "onConnectionEvent").onConnectionEvent(event,
DConnectionServiceAdapterServant.java313 mDelegate.onConnectionEvent((String) args.arg1, (String) args.arg2,
622 public final void onConnectionEvent(String connectionId, String event, Bundle extras,
DCall.java1305 public void onConnectionEvent(Call call, String event, Bundle extras) {} in onConnectionEvent() method in Call.Callback
2653 callback.onConnectionEvent(call, event, extras); in fireOnConnectionEvent()
DConnection.java1101 public void onConnectionEvent(Connection c, String event, Bundle extras) {} in onConnectionEvent() method in Connection.Listener
3546 l.onConnectionEvent(this, event, extras); in sendConnectionEvent()
DConnectionService.java1582 public void onConnectionEvent(Conference c, String event, Bundle extras) {
1585 mAdapter.onConnectionEvent(id, event, extras);
1761 public void onConnectionEvent(Connection connection, String event, Bundle extras) {
1764 mAdapter.onConnectionEvent(id, event, extras);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1148 onConnectionEvent(android.telecom.Connection.EVENT_RTT_AUDIO_INDICATION_CHANGED, in onRttAudioIndicatorChanged()
1465 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_START, null); in handleMergeStart()
1473 onConnectionEvent(android.telecom.Connection.EVENT_MERGE_COMPLETE, null); in handleMergeComplete()
DImsPhoneCallTracker.java3087 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_HOLD_FAILED, null);
3181 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_UNHELD, null);
3387 conn.onConnectionEvent(
3413 conn.onConnectionEvent(
4555 conn.onConnectionEvent(TelephonyManager.EVENT_DOWNGRADE_DATA_DISABLED, in maybeNotifyDataDisabled()
4558 conn.onConnectionEvent( in maybeNotifyDataDisabled()
4799 conn.onConnectionEvent(android.telecom.Connection.EVENT_CALL_REMOTELY_HELD, null); in onCallHoldReceived()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java796 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
803 verify(mImsPhoneConnectionListener).onConnectionEvent(eq( in testNotifyHandovers()
1014 public void onConnectionEvent(String event, Bundle extras) { in testMergeComplete()
1073 verify(mImsPhoneConnection, never()).onConnectionEvent( in testNoHoldErrorMessageWhenCallDisconnected()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65696 Landroid/telecom/Connection$Listener;->onConnectionEvent(Landroid/telecom/Connection;Ljava/lang/Str…
66043 Landroid/telecom/ConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava/lang/String;L…
66176 Landroid/telecom/InCallService$InCallServiceBinder;->onConnectionEvent(Ljava/lang/String;Ljava/lang…
66564 Landroid/telecom/RemoteConnection;->onConnectionEvent(Ljava/lang/String;Landroid/os/Bundle;)V
97776 Lcom/android/internal/telecom/IConnectionServiceAdapter$Stub$Proxy;->onConnectionEvent(Ljava/lang/S…
97849 Lcom/android/internal/telecom/IConnectionServiceAdapter;->onConnectionEvent(Ljava/lang/String;Ljava…
97975 Lcom/android/internal/telecom/IInCallService$Stub$Proxy;->onConnectionEvent(Ljava/lang/String;Ljava…
98006 Lcom/android/internal/telecom/IInCallService;->onConnectionEvent(Ljava/lang/String;Ljava/lang/Strin…
/frameworks/base/non-updatable-api/
Dcurrent.txt43480 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
44005 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
44199 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);
/frameworks/base/api/
Dcurrent.txt43624 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
44149 method public void onConnectionEvent(android.telecom.Call, String, android.os.Bundle);
44343 … method public void onConnectionEvent(android.telecom.RemoteConnection, String, android.os.Bundle);